Html Css Color HEX #32CA32 Lime Green

📋 copy color: '#32CA32'

red 50 ◦ green 202 ◦ blue 50

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

Shades of Lime Green #32CA32

Tints of Lime Green #32CA32

RGB

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

 GREEN value IS 202 (79.3% from 255) = 66.89%

 BLUE value IS 50 (19.92% from 255) = 16.56%

R = 16.56%
G = 66.89%
B = 16.56%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#32CA32 (or 0x32CA32) is known color: Lime Green. HEX triplet: 32, CA and 32. RGB value is (50,202,50). Sum of RGB (Red+Green+Blue) = 50+202+50=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA32 is #CD35CD. Grayscale: #8B8B8B. Windows color (decimal): -13448654 or 3328562. OLE color: 3328562.

HSL color Cylindrical-coordinate representation of color #32CA32: hue angle of 120º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA32 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 50 -
CMYK 0.75 0 0.75 0.21
HSL 120º 0.6% 0.49% -
HSV(B) 120º 0.75% 0.79% -
XYZ 23.01 43.15 10.13 -
YUV 139.22 77.64 64.36 -
System Red Green Blue C M Y K H S L
Decimal 50 202 50 0.75 0 0.75 0.21 120 0.6 0.49
Hex 32 CA 32 4B 0 4B 15 78 3C 31
Octal 62 312 62 113 0 113 25 170 74 61
Binary 110010 11001010 110010 1001011 0 1001011 10101 1111000 111100 110001

Color Harmonies of #32CA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA32

Black with #32CA32

Text Example


Text Example

White with #32CA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,202,50); }

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

background-color css

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

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

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

border-color css

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

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

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