Html Css Color HEX #20B615 Lime Green

📋 copy color: '#20B615'

red 32 ◦ green 182 ◦ blue 21

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

Shades of Lime Green #20B615

Tints of Lime Green #20B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 77.45%

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

R = 13.62%
G = 77.45%
B = 8.94%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#20B615 (or 0x20B615) is known color: Lime Green. HEX triplet: 20, B6 and 15. RGB value is (32,182,21). Sum of RGB (Red+Green+Blue) = 32+182+21=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 182 (71.48% from 255 or 77.45% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 182 - color contains mainly: green. Hex color #20B615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B615 is #DF49EA. Grayscale: #777777. Windows color (decimal): -14633451 or 1422880. OLE color: 1422880.

HSL color Cylindrical-coordinate representation of color #20B615: hue angle of 115.9º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20B615 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 182 21 -
CMYK 0.82 0 0.88 0.29
HSL 115.9º 0.79% 0.4% -
HSV(B) 115.9º 0.88% 0.71% -
XYZ 17.46 33.82 6.32 -
YUV 118.8 72.81 66.09 -
System Red Green Blue C M Y K H S L
Decimal 32 182 21 0.82 0 0.88 0.29 115.9 0.79 0.4
Hex 20 B6 15 52 0 58 1D 74 4F 28
Octal 40 266 25 122 0 130 35 164 117 50
Binary 100000 10110110 10101 1010010 0 1011000 11101 1110100 1001111 101000

Color Harmonies of #20B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B615

Black with #20B615

Text Example


Text Example

White with #20B615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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