#2BB50C

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

Shades of Kelly Green #2BB50C

Tints of Kelly Green #2BB50C

Color information

#2BB50C (or 0x2BB50C) is unknown color: approx Kelly Green. HEX triplet: 2B, B5 and 0C. RGB value is (43,181,12). Sum of RGB (Red+Green+Blue) = 43+181+12=236 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.22% from 236); Green value is 181 (71.09% from 255 or 76.69% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB50C is #D44AF3. Grayscale: #797979. Windows color (decimal): -13912820 or 832811. OLE color: 832811.

HSL color Cylindrical-coordinate representation of color #2BB50C: hue angle of 108.99º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2BB50C is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB4318112-
CMYK0.7600.930.29
HSL108.99º87.56%37.84%-
HSV(B)108.99º93.37%70.98%-
XYZ17.5933.595.9-
YUV120.4766.7872.74-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.22%
GREEN value IS 181 (71.09% from 255) = 76.69%
BLUE value IS 12 (5.08% from 255) = 5.08%
R=18.22%
G=76.69%
B=5.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43181120.7600.930.29108.9987.5637.84
Hex2BB5C4C05D1D6d5826
Octal532651411401353515513046
Binary1010111011010111001001100010111011110111011011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,181,12); }

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

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

 a { background-color: rgb(43,181,12); }

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

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

 span { border-color: rgb(43,181,12); }

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