Html Css Color HEX #32EF43 Lime Green

📋 copy color: '#32EF43'

red 50 ◦ green 239 ◦ blue 67

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

Shades of Lime Green #32EF43

Tints of Lime Green #32EF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 14.04%
G = 67.13%
B = 18.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#32EF43 (or 0x32EF43) is known color: Lime Green. HEX triplet: 32, EF and 43. RGB value is (50,239,67). Sum of RGB (Red+Green+Blue) = 50+239+67=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 239 (93.75% from 255 or 67.13% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EF43 is #CD10BC. Grayscale: #A3A3A3. Windows color (decimal): -13439165 or 4452146. OLE color: 4452146.

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

Color convert

RGB 50 239 67 -
CMYK 0.79 0 0.72 0.06
HSL 125.4º 0.86% 0.57% -
HSV(B) 125.4º 0.79% 0.94% -
XYZ 33.2 62.82 15.69 -
YUV 162.88 73.88 47.49 -
System Red Green Blue C M Y K H S L
Decimal 50 239 67 0.79 0 0.72 0.06 125.4 0.86 0.57
Hex 32 EF 43 4F 0 48 6 7D 56 39
Octal 62 357 103 117 0 110 6 175 126 71
Binary 110010 11101111 1000011 1001111 0 1001000 110 1111101 1010110 111001

Color Harmonies of #32EF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EF43

Black with #32EF43

Text Example


Text Example

White with #32EF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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