#20C91E

Color #20C91E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20C91E

Tints of Lime Green #20C91E

Color information

#20C91E (or 0x20C91E) is unknown color: approx Lime Green. HEX triplet: 20, C9 and 1E. RGB value is (32,201,30). Sum of RGB (Red+Green+Blue) = 32+201+30=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 201 (78.91% from 255 or 76.43% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 201 - color contains mainly: green. Hex color #20C91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C91E is #DF36E1. Grayscale: #838383. Windows color (decimal): -14628578 or 2017568. OLE color: 2017568.

HSL color Cylindrical-coordinate representation of color #20C91E: hue angle of 119.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20C91E is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB3220130-
CMYK0.8400.850.21
HSL119.3º74.03%45.29%-
HSV(B)119.3º85.07%78.82%-
XYZ21.7242.178.22-
YUV130.9871.0157.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 201 (78.91% from 255) = 76.43%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=12.17%
G=76.43%
B=11.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32201300.8400.850.21119.374.0345.29
Hex20C91E5405515774a2d
Octal403113612401252516711255
Binary10000011001001111101010100010101011010111101111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,201,30); }

 H1.HeaderClassName
 {
   color: #20C91E;
 }
 .AnyTagClassName
 {
   color: #20C91E;
 }
</style>
background-color css

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

 a { background-color: rgb(32,201,30); }

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

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

 span { border-color: rgb(32,201,30); }

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