Html Css Color HEX #32D13F Lime Green

📋 copy color: '#32D13F'

red 50 ◦ green 209 ◦ blue 63

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

Shades of Lime Green #32D13F

Tints of Lime Green #32D13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.57%

R = 15.53%
G = 64.91%
B = 19.57%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#32D13F (or 0x32D13F) is known color: Lime Green. HEX triplet: 32, D1 and 3F. RGB value is (50,209,63). Sum of RGB (Red+Green+Blue) = 50+209+63=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #32D13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D13F is #CD2EC0. Grayscale: #919191. Windows color (decimal): -13446849 or 4182322. OLE color: 4182322.

HSL color Cylindrical-coordinate representation of color #32D13F: hue angle of 124.91º 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 #32D13F is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 209 63 -
CMYK 0.76 0 0.70 0.18
HSL 124.91º 0.63% 0.51% -
HSV(B) 124.91º 0.76% 0.82% -
XYZ 25.01 46.64 12.39 -
YUV 144.82 81.82 60.37 -
System Red Green Blue C M Y K H S L
Decimal 50 209 63 0.76 0 0.70 0.18 124.91 0.63 0.51
Hex 32 D1 3F 4C 0 46 12 7D 3F 33
Octal 62 321 77 114 0 106 22 175 77 63
Binary 110010 11010001 111111 1001100 0 1000110 10010 1111101 111111 110011

Color Harmonies of #32D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D13F

Black with #32D13F

Text Example


Text Example

White with #32D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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