#2BB50F

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

Shades of Kelly Green #2BB50F

Tints of Kelly Green #2BB50F

Color information

#2BB50F (or 0x2BB50F) is unknown color: approx Kelly Green. HEX triplet: 2B, B5 and 0F. RGB value is (43,181,15). Sum of RGB (Red+Green+Blue) = 43+181+15=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB50F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2BB50F is #D44AF0. Grayscale: #797979. Windows color (decimal): -13912817 or 1029419. OLE color: 1029419.

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

Color convert

RGB4318115-
CMYK0.7600.920.29
HSL109.88º84.69%38.43%-
HSV(B)109.88º91.71%70.98%-
XYZ17.6133.66.01-
YUV120.8168.2872.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.99%
GREEN value IS 181 (71.09% from 255) = 75.73%
BLUE value IS 15 (6.25% from 255) = 6.28%
R=17.99%
G=75.73%
B=6.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal43181150.7600.920.29109.8884.6938.43
Hex2BB5F4C05C1D6e5526
Octal532651711401343515612546
Binary1010111011010111111001100010111001110111011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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