Html Css Color HEX #32EA2E Lime Green

📋 copy color: '#32EA2E'

red 50 ◦ green 234 ◦ blue 46

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

Shades of Lime Green #32EA2E

Tints of Lime Green #32EA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 15.15%
G = 70.91%
B = 13.94%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#32EA2E (or 0x32EA2E) is known color: Lime Green. HEX triplet: 32, EA and 2E. RGB value is (50,234,46). Sum of RGB (Red+Green+Blue) = 50+234+46=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 234 (91.80% from 255 or 70.91% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EA2E is #CD15D1. Grayscale: #9E9E9E. Windows color (decimal): -13440466 or 3074610. OLE color: 3074610.

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

Color convert

RGB 50 234 46 -
CMYK 0.79 0 0.80 0.08
HSL 118.72º 0.82% 0.55% -
HSV(B) 118.72º 0.8% 0.92% -
XYZ 31.23 59.72 12.47 -
YUV 157.55 65.04 51.29 -
System Red Green Blue C M Y K H S L
Decimal 50 234 46 0.79 0 0.80 0.08 118.72 0.82 0.55
Hex 32 EA 2E 4F 0 50 8 77 52 37
Octal 62 352 56 117 0 120 10 167 122 67
Binary 110010 11101010 101110 1001111 0 1010000 1000 1110111 1010010 110111

Color Harmonies of #32EA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EA2E

Black with #32EA2E

Text Example


Text Example

White with #32EA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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