Html Css Color HEX #32CC29 Lime Green

📋 copy color: '#32CC29'

red 50 ◦ green 204 ◦ blue 41

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

Shades of Lime Green #32CC29

Tints of Lime Green #32CC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.9%

R = 16.95%
G = 69.15%
B = 13.9%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#32CC29 (or 0x32CC29) is known color: Lime Green. HEX triplet: 32, CC and 29. RGB value is (50,204,41). Sum of RGB (Red+Green+Blue) = 50+204+41=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CC29 is #CD33D6. Grayscale: #8B8B8B. Windows color (decimal): -13448151 or 2739250. OLE color: 2739250.

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

Color convert

RGB 50 204 41 -
CMYK 0.75 0 0.80 0.2
HSL 116.69º 0.67% 0.48% -
HSV(B) 116.69º 0.8% 0.8% -
XYZ 23.31 44.02 9.37 -
YUV 139.37 72.48 64.25 -
System Red Green Blue C M Y K H S L
Decimal 50 204 41 0.75 0 0.80 0.2 116.69 0.67 0.48
Hex 32 CC 29 4B 0 50 14 75 43 30
Octal 62 314 51 113 0 120 24 165 103 60
Binary 110010 11001100 101001 1001011 0 1010000 10100 1110101 1000011 110000

Color Harmonies of #32CC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CC29

Black with #32CC29

Text Example


Text Example

White with #32CC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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