Html Css Color HEX #32CC36 Lime Green

📋 copy color: '#32CC36'

red 50 ◦ green 204 ◦ blue 54

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

Shades of Lime Green #32CC36

Tints of Lime Green #32CC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 16.23%
G = 66.23%
B = 17.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.2

RGB Variations

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

Color information

#32CC36 (or 0x32CC36) is known color: Lime Green. HEX triplet: 32, CC and 36. RGB value is (50,204,54). Sum of RGB (Red+Green+Blue) = 50+204+54=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 204 (80.08% from 255 or 66.23% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC36 is #CD33C9. Grayscale: #8D8D8D. Windows color (decimal): -13448138 or 3591218. OLE color: 3591218.

HSL color Cylindrical-coordinate representation of color #32CC36: hue angle of 121.56º 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 #32CC36 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB 50 204 54 -
CMYK 0.75 0 0.74 0.2
HSL 121.56º 0.61% 0.5% -
HSV(B) 121.56º 0.75% 0.8% -
XYZ 23.57 44.13 10.77 -
YUV 140.85 78.98 63.2 -
System Red Green Blue C M Y K H S L
Decimal 50 204 54 0.75 0 0.74 0.2 121.56 0.61 0.5
Hex 32 CC 36 4B 0 4A 14 7A 3D 32
Octal 62 314 66 113 0 112 24 172 75 62
Binary 110010 11001100 110110 1001011 0 1001010 10100 1111010 111101 110010

Color Harmonies of #32CC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC36

Black with #32CC36

Text Example


Text Example

White with #32CC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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