Html Css Color HEX #32CC31 Lime Green

📋 copy color: '#32CC31'

red 50 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #32CC31

Tints of Lime Green #32CC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 16.5%
G = 67.33%
B = 16.17%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#32CC31 (or 0x32CC31) is known color: Lime Green. HEX triplet: 32, CC and 31. RGB value is (50,204,49). Sum of RGB (Red+Green+Blue) = 50+204+49=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 204 (80.08% from 255 or 67.33% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC31 is #CD33CE. Grayscale: #8C8C8C. Windows color (decimal): -13448143 or 3263538. OLE color: 3263538.

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

Color convert

RGB 50 204 49 -
CMYK 0.75 0 0.76 0.2
HSL 119.61º 0.61% 0.5% -
HSV(B) 119.61º 0.76% 0.8% -
XYZ 23.46 44.09 10.18 -
YUV 140.28 76.48 63.6 -
System Red Green Blue C M Y K H S L
Decimal 50 204 49 0.75 0 0.76 0.2 119.61 0.61 0.5
Hex 32 CC 31 4B 0 4C 14 78 3D 32
Octal 62 314 61 113 0 114 24 170 75 62
Binary 110010 11001100 110001 1001011 0 1001100 10100 1111000 111101 110010

Color Harmonies of #32CC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC31

Black with #32CC31

Text Example


Text Example

White with #32CC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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