Html Css Color HEX #20BF15 Lime Green

📋 copy color: '#20BF15'

red 32 ◦ green 191 ◦ blue 21

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

Shades of Lime Green #20BF15

Tints of Lime Green #20BF15

RGB

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

 GREEN value IS 191 (75% from 255) = 78.28%

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 13.11%
G = 78.28%
B = 8.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#20BF15 (or 0x20BF15) is known color: Lime Green. HEX triplet: 20, BF and 15. RGB value is (32,191,21). Sum of RGB (Red+Green+Blue) = 32+191+21=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 191 (75% from 255 or 78.28% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BF15 is #DF40EA. Grayscale: #7C7C7C. Windows color (decimal): -14631147 or 1425184. OLE color: 1425184.

HSL color Cylindrical-coordinate representation of color #20BF15: hue angle of 116.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20BF15 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 21 -
CMYK 0.83 0 0.89 0.25
HSL 116.12º 0.8% 0.42% -
HSV(B) 116.12º 0.89% 0.75% -
XYZ 19.36 37.62 6.95 -
YUV 124.08 69.82 62.32 -
System Red Green Blue C M Y K H S L
Decimal 32 191 21 0.83 0 0.89 0.25 116.12 0.8 0.42
Hex 20 BF 15 53 0 59 19 74 50 2A
Octal 40 277 25 123 0 131 31 164 120 52
Binary 100000 10111111 10101 1010011 0 1011001 11001 1110100 1010000 101010

Color Harmonies of #20BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF15

Black with #20BF15

Text Example


Text Example

White with #20BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,191,21); }

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

background-color css

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

 a { background-color: rgb(32,191,21); }

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

border-color css

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

 span { border-color: rgb(32,191,21); }

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