#2CBC09

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

Shades of Kelly Green #2CBC09

Tints of Kelly Green #2CBC09

Color information

#2CBC09 (or 0x2CBC09) is unknown color: approx Kelly Green. HEX triplet: 2C, BC and 09. RGB value is (44,188,9). Sum of RGB (Red+Green+Blue) = 44+188+9=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBC09 is #D343F6. Grayscale: #7D7D7D. Windows color (decimal): -13845495 or 637996. OLE color: 637996.

HSL color Cylindrical-coordinate representation of color #2CBC09: hue angle of 108.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2CBC09 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB441889-
CMYK0.7700.950.26
HSL108.27º90.86%38.63%-
HSV(B)108.27º95.21%73.73%-
XYZ19.0736.526.3-
YUV124.5462.7970.55-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.26%
GREEN value IS 188 (73.83% from 255) = 78.01%
BLUE value IS 9 (3.91% from 255) = 3.73%
R=18.26%
G=78.01%
B=3.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4418890.7700.950.26108.2790.8638.63
Hex2CBC94D05F1A6c5b27
Octal542741111501373215413347
Binary1011001011110010011001101010111111101011011001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,188,9); }

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

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

 a { background-color: rgb(44,188,9); }

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

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

 span { border-color: rgb(44,188,9); }

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