Html Css Color HEX #32ED46 Lime Green

📋 copy color: '#32ED46'

red 50 ◦ green 237 ◦ blue 70

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

Shades of Lime Green #32ED46

Tints of Lime Green #32ED46

RGB

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

 GREEN value IS 237 (92.97% from 255) = 66.39%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 14.01%
G = 66.39%
B = 19.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#32ED46 (or 0x32ED46) is known color: Lime Green. HEX triplet: 32, ED and 46. RGB value is (50,237,70). Sum of RGB (Red+Green+Blue) = 50+237+70=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 237 (92.97% from 255 or 66.39% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32ED46 is #CD12B9. Grayscale: #A2A2A2. Windows color (decimal): -13439674 or 4648242. OLE color: 4648242.

HSL color Cylindrical-coordinate representation of color #32ED46: hue angle of 126.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ED46 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 237 70 -
CMYK 0.79 0 0.70 0.07
HSL 126.42º 0.84% 0.56% -
HSV(B) 126.42º 0.79% 0.93% -
XYZ 32.71 61.69 15.98 -
YUV 162.05 76.05 48.08 -
System Red Green Blue C M Y K H S L
Decimal 50 237 70 0.79 0 0.70 0.07 126.42 0.84 0.56
Hex 32 ED 46 4F 0 46 7 7E 54 38
Octal 62 355 106 117 0 106 7 176 124 70
Binary 110010 11101101 1000110 1001111 0 1000110 111 1111110 1010100 111000

Color Harmonies of #32ED46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ED46

Black with #32ED46

Text Example


Text Example

White with #32ED46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,237,70); }

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

background-color css

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

 a { background-color: rgb(50,237,70); }

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

border-color css

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

 span { border-color: rgb(50,237,70); }

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