Html Css Color HEX #20C31F Lime Green

📋 copy color: '#20C31F'

red 32 ◦ green 195 ◦ blue 31

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

Shades of Lime Green #20C31F

Tints of Lime Green #20C31F

RGB

 RED value IS 32 (12.89% from 255) = 12.4%

 GREEN value IS 195 (76.56% from 255) = 75.58%

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

R = 12.4%
G = 75.58%
B = 12.02%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#20C31F (or 0x20C31F) is known color: Lime Green. HEX triplet: 20, C3 and 1F. RGB value is (32,195,31). Sum of RGB (Red+Green+Blue) = 32+195+31=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 195 (76.56% from 255 or 75.58% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 195 - color contains mainly: green. Hex color #20C31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C31F is #DF3CE0. Grayscale: #808080. Windows color (decimal): -14630113 or 2081568. OLE color: 2081568.

HSL color Cylindrical-coordinate representation of color #20C31F: hue angle of 119.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C31F is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 195 31 -
CMYK 0.84 0 0.84 0.24
HSL 119.63º 0.73% 0.44% -
HSV(B) 119.63º 0.84% 0.76% -
XYZ 20.36 39.44 7.84 -
YUV 127.57 73.5 59.84 -
System Red Green Blue C M Y K H S L
Decimal 32 195 31 0.84 0 0.84 0.24 119.63 0.73 0.44
Hex 20 C3 1F 54 0 54 18 78 49 2C
Octal 40 303 37 124 0 124 30 170 111 54
Binary 100000 11000011 11111 1010100 0 1010100 11000 1111000 1001001 101100

Color Harmonies of #20C31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C31F

Black with #20C31F

Text Example


Text Example

White with #20C31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C31F; }

 p { color: rgb(32,195,31); }

 H1.HeaderClassName
 {
   color: #20C31F;
 }
 .AnyTagClassName
 {
   color: #20C31F;
 }
</style>

background-color css

<style>
 a { background-color: #20C31F; }

 a { background-color: rgb(32,195,31); }

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

border-color css

<style>
 span { border-color: #20C31F; }

 span { border-color: rgb(32,195,31); }

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