Html Css Color HEX #32EA25 Lime Green

📋 copy color: '#32EA25'

red 50 ◦ green 234 ◦ blue 37

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

Shades of Lime Green #32EA25

Tints of Lime Green #32EA25

RGB

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

 GREEN value IS 234 (91.8% from 255) = 72.9%

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

R = 15.58%
G = 72.9%
B = 11.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#32EA25 (or 0x32EA25) is known color: Lime Green. HEX triplet: 32, EA and 25. RGB value is (50,234,37). Sum of RGB (Red+Green+Blue) = 50+234+37=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 234 (91.80% from 255 or 72.90% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA25 is #CD15DA. Grayscale: #9D9D9D. Windows color (decimal): -13440475 or 2484786. OLE color: 2484786.

HSL color Cylindrical-coordinate representation of color #32EA25: hue angle of 116.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32EA25 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 234 37 -
CMYK 0.79 0 0.84 0.08
HSL 116.04º 0.82% 0.53% -
HSV(B) 116.04º 0.84% 0.92% -
XYZ 31.07 59.66 11.63 -
YUV 156.53 60.54 52.02 -
System Red Green Blue C M Y K H S L
Decimal 50 234 37 0.79 0 0.84 0.08 116.04 0.82 0.53
Hex 32 EA 25 4F 0 54 8 74 52 35
Octal 62 352 45 117 0 124 10 164 122 65
Binary 110010 11101010 100101 1001111 0 1010100 1000 1110100 1010010 110101

Color Harmonies of #32EA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EA25

Black with #32EA25

Text Example


Text Example

White with #32EA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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