Html Css Color HEX #32D126 Lime Green

📋 copy color: '#32D126'

red 50 ◦ green 209 ◦ blue 38

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

Shades of Lime Green #32D126

Tints of Lime Green #32D126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.79%

R = 16.84%
G = 70.37%
B = 12.79%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#32D126 (or 0x32D126) is known color: Lime Green. HEX triplet: 32, D1 and 26. RGB value is (50,209,38). Sum of RGB (Red+Green+Blue) = 50+209+38=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 209 (82.03% from 255 or 70.37% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 209 - color contains mainly: green. Hex color #32D126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D126 is #CD2ED9. Grayscale: #8E8E8E. Windows color (decimal): -13446874 or 2543922. OLE color: 2543922.

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

Color convert

RGB 50 209 38 -
CMYK 0.76 0 0.82 0.18
HSL 115.79º 0.69% 0.48% -
HSV(B) 115.79º 0.82% 0.82% -
XYZ 24.47 46.42 9.5 -
YUV 141.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 50 209 38 0.76 0 0.82 0.18 115.79 0.69 0.48
Hex 32 D1 26 4C 0 52 12 74 45 30
Octal 62 321 46 114 0 122 22 164 105 60
Binary 110010 11010001 100110 1001100 0 1010010 10010 1110100 1000101 110000

Color Harmonies of #32D126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D126

Black with #32D126

Text Example


Text Example

White with #32D126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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