#2CBF32

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

Shades of Lime Green #2CBF32

Tints of Lime Green #2CBF32

Color information

#2CBF32 (or 0x2CBF32) is unknown color: approx Lime Green. HEX triplet: 2C, BF and 32. RGB value is (44,191,50). Sum of RGB (Red+Green+Blue) = 44+191+50=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 191 (75% from 255 or 67.02% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 191 - color contains mainly: green. Hex color #2CBF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CBF32 is #D340CD. Grayscale: #838383. Windows color (decimal): -13844686 or 3325740. OLE color: 3325740.

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

Color convert

RGB4419150-
CMYK0.7700.740.25
HSL122.45º62.55%46.08%-
HSV(B)122.45º76.96%74.9%-
XYZ20.2538.039.29-
YUV130.9782.365.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.44%
GREEN value IS 191 (75% from 255) = 67.02%
BLUE value IS 50 (19.92% from 255) = 17.54%
R=15.44%
G=67.02%
B=17.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44191500.7700.740.25122.4562.5546.08
Hex2CBF324D04A197a3f2e
Octal54277621150112311727756
Binary10110010111111110010100110101001010110011111010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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