Html Css Color HEX #32D01F Lime Green

📋 copy color: '#32D01F'

red 50 ◦ green 208 ◦ blue 31

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

Shades of Lime Green #32D01F

Tints of Lime Green #32D01F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 71.97%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 17.3%
G = 71.97%
B = 10.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#32D01F (or 0x32D01F) is known color: Lime Green. HEX triplet: 32, D0 and 1F. RGB value is (50,208,31). Sum of RGB (Red+Green+Blue) = 50+208+31=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #32D01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D01F is #CD2FE0. Grayscale: #8D8D8D. Windows color (decimal): -13447137 or 2084914. OLE color: 2084914.

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

Color convert

RGB 50 208 31 -
CMYK 0.76 0 0.85 0.18
HSL 113.56º 0.74% 0.47% -
HSV(B) 113.56º 0.85% 0.82% -
XYZ 24.12 45.89 8.88 -
YUV 140.58 66.15 63.39 -
System Red Green Blue C M Y K H S L
Decimal 50 208 31 0.76 0 0.85 0.18 113.56 0.74 0.47
Hex 32 D0 1F 4C 0 55 12 72 4A 2F
Octal 62 320 37 114 0 125 22 162 112 57
Binary 110010 11010000 11111 1001100 0 1010101 10010 1110010 1001010 101111

Color Harmonies of #32D01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D01F

Black with #32D01F

Text Example


Text Example

White with #32D01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,208,31); }

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

background-color css

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

 a { background-color: rgb(50,208,31); }

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

border-color css

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

 span { border-color: rgb(50,208,31); }

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