#2CB40D

Color #2CB40D Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2CB40D

Tints of Kelly Green #2CB40D

Color information

#2CB40D (or 0x2CB40D) is unknown color: approx Kelly Green. HEX triplet: 2C, B4 and 0D. RGB value is (44,180,13). Sum of RGB (Red+Green+Blue) = 44+180+13=237 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.57% from 237); Green value is 180 (70.70% from 255 or 75.95% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB40D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CB40D is #D34BF2. Grayscale: #787878. Windows color (decimal): -13847539 or 898092. OLE color: 898092.

HSL color Cylindrical-coordinate representation of color #2CB40D: hue angle of 108.86º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CB40D is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB4418013-
CMYK0.7600.930.29
HSL108.86º86.53%37.84%-
HSV(B)108.86º92.78%70.59%-
XYZ17.4333.215.87-
YUV120.367.4473.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 18.57%
GREEN value IS 180 (70.70% from 255) = 75.95%
BLUE value IS 13 (5.47% from 255) = 5.49%
R=18.57%
G=75.95%
B=5.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44180130.7600.930.29108.8686.5337.84
Hex2CB4D4C05D1D6d5726
Octal542641511401353515512746
Binary1011001011010011011001100010111011110111011011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB40D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2CB40D; }

 p { color: rgb(44,180,13); }

 H1.HeaderClassName
 {
   color: #2CB40D;
 }
 .AnyTagClassName
 {
   color: #2CB40D;
 }
</style>
background-color css

<style>
 a { background-color: #2CB40D; }

 a { background-color: rgb(44,180,13); }

 div.DivClassName
 {
   background-color: #2CB40D;
 }
 .BgClassName
 {
   background-color: #2CB40D;
 }
</style>
border-color css

<style>
 span { border-color: #2CB40D; }

 span { border-color: rgb(44,180,13); }

 td.TdClassName
 {
   border-color: #2CB40D;
 }
 .TagClassName
 {
   border-color: #2CB40D;
 }
</style>