Html Css Color HEX #32EF41 Lime Green

📋 copy color: '#32EF41'

red 50 ◦ green 239 ◦ blue 65

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

Shades of Lime Green #32EF41

Tints of Lime Green #32EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 67.51%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 14.12%
G = 67.51%
B = 18.36%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#32EF41 (or 0x32EF41) is known color: Lime Green. HEX triplet: 32, EF and 41. RGB value is (50,239,65). Sum of RGB (Red+Green+Blue) = 50+239+65=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 239 (93.75% from 255 or 67.51% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF41 is #CD10BE. Grayscale: #A3A3A3. Windows color (decimal): -13439167 or 4321074. OLE color: 4321074.

HSL color Cylindrical-coordinate representation of color #32EF41: hue angle of 124.76º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF41 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 65 -
CMYK 0.79 0 0.73 0.06
HSL 124.76º 0.86% 0.57% -
HSV(B) 124.76º 0.79% 0.94% -
XYZ 33.14 62.79 15.37 -
YUV 162.65 72.88 47.65 -
System Red Green Blue C M Y K H S L
Decimal 50 239 65 0.79 0 0.73 0.06 124.76 0.86 0.57
Hex 32 EF 41 4F 0 49 6 7D 56 39
Octal 62 357 101 117 0 111 6 175 126 71
Binary 110010 11101111 1000001 1001111 0 1001001 110 1111101 1010110 111001

Color Harmonies of #32EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF41

Black with #32EF41

Text Example


Text Example

White with #32EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,239,65); }

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

background-color css

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

 a { background-color: rgb(50,239,65); }

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

border-color css

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

 span { border-color: rgb(50,239,65); }

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