#2CBF24

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

Shades of Lime Green #2CBF24

Tints of Lime Green #2CBF24

Color information

#2CBF24 (or 0x2CBF24) is unknown color: approx Lime Green. HEX triplet: 2C, BF and 24. RGB value is (44,191,36). Sum of RGB (Red+Green+Blue) = 44+191+36=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 191 (75% from 255 or 70.48% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF24 is #D340DB. Grayscale: #818181. Windows color (decimal): -13844700 or 2408236. OLE color: 2408236.

HSL color Cylindrical-coordinate representation of color #2CBF24: hue angle of 116.9º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBF24 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB4419136-
CMYK0.7700.810.25
HSL116.9º68.28%44.51%-
HSV(B)116.9º81.15%74.9%-
XYZ19.9937.927.94-
YUV129.3875.367.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.24%
GREEN value IS 191 (75% from 255) = 70.48%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=16.24%
G=70.48%
B=13.28%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44191360.7700.810.25116.968.2844.51
Hex2CBF244D0511975442d
Octal542774411501213116510455
Binary101100101111111001001001101010100011100111101011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,191,36); }

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

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

 a { background-color: rgb(44,191,36); }

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

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

 span { border-color: rgb(44,191,36); }

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