#2BCC09

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

Shades of Kelly Green #2BCC09

Tints of Kelly Green #2BCC09

Color information

#2BCC09 (or 0x2BCC09) is unknown color: approx Kelly Green. HEX triplet: 2B, CC and 09. RGB value is (43,204,9). Sum of RGB (Red+Green+Blue) = 43+204+9=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 204 (80.08% from 255 or 79.69% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 204 - color contains mainly: green. Hex color #2BCC09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BCC09 is #D433F6. Grayscale: #868686. Windows color (decimal): -13906935 or 642091. OLE color: 642091.

HSL color Cylindrical-coordinate representation of color #2BCC09: hue angle of 109.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2BCC09 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB432049-
CMYK0.7900.960.2
HSL109.54º91.55%41.76%-
HSV(B)109.54º95.59%80%-
XYZ22.6443.727.5-
YUV133.6357.6663.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 204 (80.08% from 255) = 79.69%
BLUE value IS 9 (3.91% from 255) = 3.52%
R=16.80%
G=79.69%
B=3.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal4320490.7900.960.2109.5491.5541.76
Hex2BCC94F060146e5c2a
Octal533141111701402415613452
Binary1010111100110010011001111011000001010011011101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,204,9); }

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

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

 a { background-color: rgb(43,204,9); }

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

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

 span { border-color: rgb(43,204,9); }

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