Html Css Color HEX #32D90E Lime Green

📋 copy color: '#32D90E'

red 50 ◦ green 217 ◦ blue 14

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

Shades of Lime Green #32D90E

Tints of Lime Green #32D90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 77.22%

 BLUE value IS 14 (5.86% from 255) = 4.98%

R = 17.79%
G = 77.22%
B = 4.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#32D90E (or 0x32D90E) is known color: Lime Green. HEX triplet: 32, D9 and 0E. RGB value is (50,217,14). Sum of RGB (Red+Green+Blue) = 50+217+14=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #32D90E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D90E is #CD26F1. Grayscale: #909090. Windows color (decimal): -13444850 or 973106. OLE color: 973106.

HSL color Cylindrical-coordinate representation of color #32D90E: hue angle of 109.36º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32D90E is Cyan = 0.77, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 217 14 -
CMYK 0.77 0 0.94 0.15
HSL 109.36º 0.88% 0.45% -
HSV(B) 109.36º 0.94% 0.85% -
XYZ 26.21 50.34 8.75 -
YUV 143.93 54.67 61.01 -
System Red Green Blue C M Y K H S L
Decimal 50 217 14 0.77 0 0.94 0.15 109.36 0.88 0.45
Hex 32 D9 E 4D 0 5E F 6D 58 2D
Octal 62 331 16 115 0 136 17 155 130 55
Binary 110010 11011001 1110 1001101 0 1011110 1111 1101101 1011000 101101

Color Harmonies of #32D90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D90E

Black with #32D90E

Text Example


Text Example

White with #32D90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,217,14); }

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

background-color css

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

 a { background-color: rgb(50,217,14); }

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

border-color css

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

 span { border-color: rgb(50,217,14); }

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