Html Css Color HEX #32D13A Lime Green

📋 copy color: '#32D13A'

red 50 ◦ green 209 ◦ blue 58

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

Shades of Lime Green #32D13A

Tints of Lime Green #32D13A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 15.77%
G = 65.93%
B = 18.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#32D13A (or 0x32D13A) is known color: Lime Green. HEX triplet: 32, D1 and 3A. RGB value is (50,209,58). Sum of RGB (Red+Green+Blue) = 50+209+58=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 209 (82.03% from 255 or 65.93% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 209 - color contains mainly: green. Hex color #32D13A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D13A is #CD2EC5. Grayscale: #909090. Windows color (decimal): -13446854 or 3854642. OLE color: 3854642.

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

Color convert

RGB 50 209 58 -
CMYK 0.76 0 0.72 0.18
HSL 123.02º 0.63% 0.51% -
HSV(B) 123.02º 0.76% 0.82% -
XYZ 24.88 46.58 11.68 -
YUV 144.25 79.32 60.78 -
System Red Green Blue C M Y K H S L
Decimal 50 209 58 0.76 0 0.72 0.18 123.02 0.63 0.51
Hex 32 D1 3A 4C 0 48 12 7B 3F 33
Octal 62 321 72 114 0 110 22 173 77 63
Binary 110010 11010001 111010 1001100 0 1001000 10010 1111011 111111 110011

Color Harmonies of #32D13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D13A

Black with #32D13A

Text Example


Text Example

White with #32D13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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