Html Css Color HEX #32E92F Lime Green

📋 copy color: '#32E92F'

red 50 ◦ green 233 ◦ blue 47

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

Shades of Lime Green #32E92F

Tints of Lime Green #32E92F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 70.61%

 BLUE value IS 47 (18.75% from 255) = 14.24%

R = 15.15%
G = 70.61%
B = 14.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#32E92F (or 0x32E92F) is known color: Lime Green. HEX triplet: 32, E9 and 2F. RGB value is (50,233,47). Sum of RGB (Red+Green+Blue) = 50+233+47=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 233 (91.41% from 255 or 70.61% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 233 - color contains mainly: green. Hex color #32E92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E92F is #CD16D0. Grayscale: #9D9D9D. Windows color (decimal): -13440721 or 3139890. OLE color: 3139890.

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

Color convert

RGB 50 233 47 -
CMYK 0.79 0 0.80 0.09
HSL 119.03º 0.81% 0.55% -
HSV(B) 119.03º 0.8% 0.91% -
XYZ 30.97 59.16 12.48 -
YUV 157.08 65.87 51.62 -
System Red Green Blue C M Y K H S L
Decimal 50 233 47 0.79 0 0.80 0.09 119.03 0.81 0.55
Hex 32 E9 2F 4F 0 50 9 77 51 37
Octal 62 351 57 117 0 120 11 167 121 67
Binary 110010 11101001 101111 1001111 0 1010000 1001 1110111 1010001 110111

Color Harmonies of #32E92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E92F

Black with #32E92F

Text Example


Text Example

White with #32E92F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,233,47); }

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

background-color css

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

 a { background-color: rgb(50,233,47); }

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

border-color css

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

 span { border-color: rgb(50,233,47); }

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