Html Css Color HEX #32E91F Lime Green

📋 copy color: '#32E91F'

red 50 ◦ green 233 ◦ blue 31

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

Shades of Lime Green #32E91F

Tints of Lime Green #32E91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.87%

R = 15.92%
G = 74.2%
B = 9.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#32E91F (or 0x32E91F) is known color: Lime Green. HEX triplet: 32, E9 and 1F. RGB value is (50,233,31). Sum of RGB (Red+Green+Blue) = 50+233+31=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 233 (91.41% from 255 or 74.20% from 314); Blue value is 31 (12.5% from 255 or 9.87% from 314); Max value from RGB is 233 - color contains mainly: green. Hex color #32E91F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32E91F is #CD16E0. Grayscale: #9B9B9B. Windows color (decimal): -13440737 or 2091314. OLE color: 2091314.

HSL color Cylindrical-coordinate representation of color #32E91F: hue angle of 114.36º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32E91F is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 50 233 31 -
CMYK 0.79 0 0.87 0.09
HSL 114.36º 0.82% 0.52% -
HSV(B) 114.36º 0.87% 0.91% -
XYZ 30.7 59.05 11.08 -
YUV 155.26 57.87 52.93 -
System Red Green Blue C M Y K H S L
Decimal 50 233 31 0.79 0 0.87 0.09 114.36 0.82 0.52
Hex 32 E9 1F 4F 0 57 9 72 52 34
Octal 62 351 37 117 0 127 11 162 122 64
Binary 110010 11101001 11111 1001111 0 1010111 1001 1110010 1010010 110100

Color Harmonies of #32E91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E91F

Black with #32E91F

Text Example


Text Example

White with #32E91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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