Html Css Color HEX #32CA25 Lime Green

📋 copy color: '#32CA25'

red 50 ◦ green 202 ◦ blue 37

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

Shades of Lime Green #32CA25

Tints of Lime Green #32CA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 17.3%
G = 69.9%
B = 12.8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#32CA25 (or 0x32CA25) is known color: Lime Green. HEX triplet: 32, CA and 25. RGB value is (50,202,37). Sum of RGB (Red+Green+Blue) = 50+202+37=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA25 is #CD35DA. Grayscale: #8A8A8A. Windows color (decimal): -13448667 or 2476594. OLE color: 2476594.

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

Color convert

RGB 50 202 37 -
CMYK 0.75 0 0.82 0.21
HSL 115.27º 0.69% 0.47% -
HSV(B) 115.27º 0.82% 0.79% -
XYZ 22.77 43.05 8.86 -
YUV 137.74 71.14 65.42 -
System Red Green Blue C M Y K H S L
Decimal 50 202 37 0.75 0 0.82 0.21 115.27 0.69 0.47
Hex 32 CA 25 4B 0 52 15 73 45 2F
Octal 62 312 45 113 0 122 25 163 105 57
Binary 110010 11001010 100101 1001011 0 1010010 10101 1110011 1000101 101111

Color Harmonies of #32CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA25

Black with #32CA25

Text Example


Text Example

White with #32CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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