Html Css Color HEX #32D922 Lime Green

📋 copy color: '#32D922'

red 50 ◦ green 217 ◦ blue 34

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

Shades of Lime Green #32D922

Tints of Lime Green #32D922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.3%

R = 16.61%
G = 72.09%
B = 11.3%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#32D922 (or 0x32D922) is known color: Lime Green. HEX triplet: 32, D9 and 22. RGB value is (50,217,34). Sum of RGB (Red+Green+Blue) = 50+217+34=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #32D922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D922 is #CD26DD. Grayscale: #929292. Windows color (decimal): -13444830 or 2283826. OLE color: 2283826.

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

Color convert

RGB 50 217 34 -
CMYK 0.77 0 0.84 0.15
HSL 114.75º 0.73% 0.49% -
HSV(B) 114.75º 0.84% 0.85% -
XYZ 26.42 50.42 9.85 -
YUV 146.21 64.67 59.38 -
System Red Green Blue C M Y K H S L
Decimal 50 217 34 0.77 0 0.84 0.15 114.75 0.73 0.49
Hex 32 D9 22 4D 0 54 F 73 49 31
Octal 62 331 42 115 0 124 17 163 111 61
Binary 110010 11011001 100010 1001101 0 1010100 1111 1110011 1001001 110001

Color Harmonies of #32D922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D922

Black with #32D922

Text Example


Text Example

White with #32D922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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