#2CBB10

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

Shades of Kelly Green #2CBB10

Tints of Kelly Green #2CBB10

Color information

#2CBB10 (or 0x2CBB10) is unknown color: approx Kelly Green. HEX triplet: 2C, BB and 10. RGB value is (44,187,16). Sum of RGB (Red+Green+Blue) = 44+187+16=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 187 (73.44% from 255 or 75.71% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 187 - color contains mainly: green. Hex color #2CBB10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CBB10 is #D344EF. Grayscale: #7D7D7D. Windows color (decimal): -13845744 or 1096492. OLE color: 1096492.

HSL color Cylindrical-coordinate representation of color #2CBB10: hue angle of 110.18º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2CBB10 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB4418716-
CMYK0.7600.910.27
HSL110.18º84.24%39.8%-
HSV(B)110.18º91.44%73.33%-
XYZ18.936.116.46-
YUV124.7566.6270.4-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 187 (73.44% from 255) = 75.71%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=17.81%
G=75.71%
B=6.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44187160.7600.910.27110.1884.2439.8
Hex2CBB104C05B1B6e5428
Octal542732011401333315612450
Binary10110010111011100001001100010110111101111011101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,187,16); }

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

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

 a { background-color: rgb(44,187,16); }

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

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

 span { border-color: rgb(44,187,16); }

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