Html Css Color HEX #32EF4B Lime Green

📋 copy color: '#32EF4B'

red 50 ◦ green 239 ◦ blue 75

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

Shades of Lime Green #32EF4B

Tints of Lime Green #32EF4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.6%

R = 13.74%
G = 65.66%
B = 20.6%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#32EF4B (or 0x32EF4B) is known color: Lime Green. HEX triplet: 32, EF and 4B. RGB value is (50,239,75). Sum of RGB (Red+Green+Blue) = 50+239+75=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF4B is #CD10B4. Grayscale: #A4A4A4. Windows color (decimal): -13439157 or 4976434. OLE color: 4976434.

HSL color Cylindrical-coordinate representation of color #32EF4B: hue angle of 127.94º 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 #32EF4B is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 50 239 75 -
CMYK 0.79 0 0.69 0.06
HSL 127.94º 0.86% 0.57% -
HSV(B) 127.94º 0.79% 0.94% -
XYZ 33.45 62.92 17.04 -
YUV 163.79 77.88 46.84 -
System Red Green Blue C M Y K H S L
Decimal 50 239 75 0.79 0 0.69 0.06 127.94 0.86 0.57
Hex 32 EF 4B 4F 0 45 6 80 56 39
Octal 62 357 113 117 0 105 6 200 126 71
Binary 110010 11101111 1001011 1001111 0 1000101 110 10000000 1010110 111001

Color Harmonies of #32EF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF4B

Black with #32EF4B

Text Example


Text Example

White with #32EF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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