Html Css Color HEX #32CC51 Lime Green

📋 copy color: '#32CC51'

red 50 ◦ green 204 ◦ blue 81

#32CC51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32CC51

Tints of Lime Green #32CC51

RGB

 RED value IS 50 (19.92% from 255) = 14.93%

 GREEN value IS 204 (80.08% from 255) = 60.9%

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 14.93%
G = 60.9%
B = 24.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#32CC51 (or 0x32CC51) is known color: Lime Green. HEX triplet: 32, CC and 51. RGB value is (50,204,81). Sum of RGB (Red+Green+Blue) = 50+204+81=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC51 is #CD33AE. Grayscale: #909090. Windows color (decimal): -13448111 or 5360690. OLE color: 5360690.

HSL color Cylindrical-coordinate representation of color #32CC51: hue angle of 132.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC51 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 204 81 -
CMYK 0.75 0 0.60 0.2
HSL 132.08º 0.61% 0.5% -
HSV(B) 132.08º 0.75% 0.8% -
XYZ 24.39 44.46 15.08 -
YUV 143.93 92.48 61 -
System Red Green Blue C M Y K H S L
Decimal 50 204 81 0.75 0 0.60 0.2 132.08 0.61 0.5
Hex 32 CC 51 4B 0 3C 14 84 3D 32
Octal 62 314 121 113 0 74 24 204 75 62
Binary 110010 11001100 1010001 1001011 0 111100 10100 10000100 111101 110010

Color Harmonies of #32CC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC51

Black with #32CC51

Text Example


Text Example

White with #32CC51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CC51; }

 p { color: rgb(50,204,81); }

 H1.HeaderClassName
 {
   color: #32CC51;
 }
 .AnyTagClassName
 {
   color: #32CC51;
 }
</style>

background-color css

<style>
 a { background-color: #32CC51; }

 a { background-color: rgb(50,204,81); }

 div.DivClassName
 {
   background-color: #32CC51;
 }
 .BgClassName
 {
   background-color: #32CC51;
 }
</style>

border-color css

<style>
 span { border-color: #32CC51; }

 span { border-color: rgb(50,204,81); }

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