Html Css Color HEX #32CA36 Lime Green

📋 copy color: '#32CA36'

red 50 ◦ green 202 ◦ blue 54

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

Shades of Lime Green #32CA36

Tints of Lime Green #32CA36

RGB

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

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

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

R = 16.34%
G = 66.01%
B = 17.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#32CA36 (or 0x32CA36) is known color: Lime Green. HEX triplet: 32, CA and 36. RGB value is (50,202,54). Sum of RGB (Red+Green+Blue) = 50+202+54=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA36 is #CD35C9. Grayscale: #8C8C8C. Windows color (decimal): -13448650 or 3590706. OLE color: 3590706.

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

Color convert

RGB 50 202 54 -
CMYK 0.75 0 0.73 0.21
HSL 121.58º 0.6% 0.49% -
HSV(B) 121.58º 0.75% 0.79% -
XYZ 23.1 43.19 10.61 -
YUV 139.68 79.64 64.03 -
System Red Green Blue C M Y K H S L
Decimal 50 202 54 0.75 0 0.73 0.21 121.58 0.6 0.49
Hex 32 CA 36 4B 0 49 15 7A 3C 31
Octal 62 312 66 113 0 111 25 172 74 61
Binary 110010 11001010 110110 1001011 0 1001001 10101 1111010 111100 110001

Color Harmonies of #32CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA36

Black with #32CA36

Text Example


Text Example

White with #32CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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