Html Css Color HEX #32CA37 Lime Green

📋 copy color: '#32CA37'

red 50 ◦ green 202 ◦ blue 55

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

Shades of Lime Green #32CA37

Tints of Lime Green #32CA37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.92%

R = 16.29%
G = 65.8%
B = 17.92%

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

#32CA37 (or 0x32CA37) is known color: Lime Green. HEX triplet: 32, CA and 37. RGB value is (50,202,55). Sum of RGB (Red+Green+Blue) = 50+202+55=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 202 (79.30% from 255 or 65.80% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA37 is #CD35C8. Grayscale: #8C8C8C. Windows color (decimal): -13448649 or 3656242. OLE color: 3656242.

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

Color convert

RGB 50 202 55 -
CMYK 0.75 0 0.73 0.21
HSL 121.97º 0.6% 0.49% -
HSV(B) 121.97º 0.75% 0.79% -
XYZ 23.13 43.2 10.73 -
YUV 139.79 80.14 63.95 -
System Red Green Blue C M Y K H S L
Decimal 50 202 55 0.75 0 0.73 0.21 121.97 0.6 0.49
Hex 32 CA 37 4B 0 49 15 7A 3C 31
Octal 62 312 67 113 0 111 25 172 74 61
Binary 110010 11001010 110111 1001011 0 1001001 10101 1111010 111100 110001

Color Harmonies of #32CA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA37

Black with #32CA37

Text Example


Text Example

White with #32CA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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