#20CB31

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

Shades of Lime Green #20CB31

Tints of Lime Green #20CB31

Color information

#20CB31 (or 0x20CB31) is unknown color: approx Lime Green. HEX triplet: 20, CB and 31. RGB value is (32,203,49). Sum of RGB (Red+Green+Blue) = 32+203+49=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 203 (79.69% from 255 or 71.48% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CB31 is #DF34CE. Grayscale: #868686. Windows color (decimal): -14628047 or 3263264. OLE color: 3263264.

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

Color convert

RGB3220349-
CMYK0.8400.760.20
HSL125.96º72.77%46.08%-
HSV(B)125.96º84.24%79.61%-
XYZ22.5143.2410.07-
YUV134.3279.8555.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 203 (79.69% from 255) = 71.48%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=11.27%
G=71.48%
B=17.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal32203490.8400.760.20125.9672.7746.08
Hex20CB315404C147e492e
Octal403136112401142417611156
Binary100000110010111100011010100010011001010011111101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,203,49); }

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

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

 a { background-color: rgb(32,203,49); }

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

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

 span { border-color: rgb(32,203,49); }

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