Html Css Color HEX #32D122 Lime Green

📋 copy color: '#32D122'

red 50 ◦ green 209 ◦ blue 34

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

Shades of Lime Green #32D122

Tints of Lime Green #32D122

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.33%

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

R = 17.06%
G = 71.33%
B = 11.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#32D122 (or 0x32D122) is known color: Lime Green. HEX triplet: 32, D1 and 22. RGB value is (50,209,34). Sum of RGB (Red+Green+Blue) = 50+209+34=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 209 (82.03% from 255 or 71.33% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 209 - color contains mainly: green. Hex color #32D122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D122 is #CD2EDD. Grayscale: #8E8E8E. Windows color (decimal): -13446878 or 2281778. OLE color: 2281778.

HSL color Cylindrical-coordinate representation of color #32D122: hue angle of 114.51º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32D122 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 34 -
CMYK 0.76 0 0.84 0.18
HSL 114.51º 0.72% 0.48% -
HSV(B) 114.51º 0.84% 0.82% -
XYZ 24.4 46.39 9.18 -
YUV 141.51 67.32 62.73 -
System Red Green Blue C M Y K H S L
Decimal 50 209 34 0.76 0 0.84 0.18 114.51 0.72 0.48
Hex 32 D1 22 4C 0 54 12 73 48 30
Octal 62 321 42 114 0 124 22 163 110 60
Binary 110010 11010001 100010 1001100 0 1010100 10010 1110011 1001000 110000

Color Harmonies of #32D122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D122

Black with #32D122

Text Example


Text Example

White with #32D122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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