Html Css Color HEX #32C01F Lime Green

📋 copy color: '#32C01F'

red 50 ◦ green 192 ◦ blue 31

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

Shades of Lime Green #32C01F

Tints of Lime Green #32C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 70.33%

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

R = 18.32%
G = 70.33%
B = 11.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#32C01F (or 0x32C01F) is known color: Lime Green. HEX triplet: 32, C0 and 1F. RGB value is (50,192,31). Sum of RGB (Red+Green+Blue) = 50+192+31=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #32C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C01F is #CD3FE0. Grayscale: #838383. Windows color (decimal): -13451233 or 2080818. OLE color: 2080818.

HSL color Cylindrical-coordinate representation of color #32C01F: hue angle of 112.92º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32C01F is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 192 31 -
CMYK 0.74 0 0.84 0.25
HSL 112.92º 0.72% 0.44% -
HSV(B) 112.92º 0.84% 0.75% -
XYZ 20.41 38.48 7.65 -
YUV 131.19 71.46 70.09 -
System Red Green Blue C M Y K H S L
Decimal 50 192 31 0.74 0 0.84 0.25 112.92 0.72 0.44
Hex 32 C0 1F 4A 0 54 19 71 48 2C
Octal 62 300 37 112 0 124 31 161 110 54
Binary 110010 11000000 11111 1001010 0 1010100 11001 1110001 1001000 101100

Color Harmonies of #32C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C01F

Black with #32C01F

Text Example


Text Example

White with #32C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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