#2BBC12

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

Shades of Kelly Green #2BBC12

Tints of Kelly Green #2BBC12

Color information

#2BBC12 (or 0x2BBC12) is unknown color: approx Kelly Green. HEX triplet: 2B, BC and 12. RGB value is (43,188,18). Sum of RGB (Red+Green+Blue) = 43+188+18=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #2BBC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BBC12 is #D443ED. Grayscale: #7D7D7D. Windows color (decimal): -13911022 or 1227819. OLE color: 1227819.

HSL color Cylindrical-coordinate representation of color #2BBC12: hue angle of 111.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2BBC12 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB4318818-
CMYK0.7700.900.26
HSL111.18º82.52%40.39%-
HSV(B)111.18º90.43%73.73%-
XYZ19.0936.526.62-
YUV125.2667.4669.32-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.27%
GREEN value IS 188 (73.83% from 255) = 75.50%
BLUE value IS 18 (7.42% from 255) = 7.23%
R=17.27%
G=75.50%
B=7.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal43188180.7700.900.26111.1882.5240.39
Hex2BBC124D05A1A6f5328
Octal532742211501323215712350
Binary10101110111100100101001101010110101101011011111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,188,18); }

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

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

 a { background-color: rgb(43,188,18); }

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

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

 span { border-color: rgb(43,188,18); }

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