#2CB00C

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

Shades of Kelly Green #2CB00C

Tints of Kelly Green #2CB00C

Color information

#2CB00C (or 0x2CB00C) is unknown color: approx Kelly Green. HEX triplet: 2C, B0 and 0C. RGB value is (44,176,12). Sum of RGB (Red+Green+Blue) = 44+176+12=232 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.97% from 232); Green value is 176 (69.14% from 255 or 75.86% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 176 - color contains mainly: green. Hex color #2CB00C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CB00C is #D34FF3. Grayscale: #767676. Windows color (decimal): -13848564 or 831532. OLE color: 831532.

HSL color Cylindrical-coordinate representation of color #2CB00C: hue angle of 108.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CB00C is Cyan = 0.75, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB4417612-
CMYK0.7500.930.31
HSL108.29º87.23%36.86%-
HSV(B)108.29º93.18%69.02%-
XYZ16.6331.615.57-
YUV117.8468.2775.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.97%
GREEN value IS 176 (69.14% from 255) = 75.86%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=18.97%
G=75.86%
B=5.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44176120.7500.930.31108.2987.2336.86
Hex2CB0C4B05D1F6c5725
Octal542601411301353715412745
Binary1011001011000011001001011010111011111111011001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,176,12); }

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

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

 a { background-color: rgb(44,176,12); }

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

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

 span { border-color: rgb(44,176,12); }

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