#20CE19

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

Shades of Lime Green #20CE19

Tints of Lime Green #20CE19

Color information

#20CE19 (or 0x20CE19) is unknown color: approx Lime Green. HEX triplet: 20, CE and 19. RGB value is (32,206,25). Sum of RGB (Red+Green+Blue) = 32+206+25=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 206 (80.86% from 255 or 78.33% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CE19 is #DF31E6. Grayscale: #858585. Windows color (decimal): -14627303 or 1691168. OLE color: 1691168.

HSL color Cylindrical-coordinate representation of color #20CE19: hue angle of 117.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20CE19 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB3220625-
CMYK0.8400.880.19
HSL117.68º78.35%45.29%-
HSV(B)117.68º87.86%80.78%-
XYZ22.8444.528.31-
YUV133.3466.8555.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 206 (80.86% from 255) = 78.33%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=12.17%
G=78.33%
B=9.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32206250.8400.880.19117.6878.3545.29
Hex20CE195405813764e2d
Octal403163112401302316611655
Binary10000011001110110011010100010110001001111101101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,206,25); }

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

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

 a { background-color: rgb(32,206,25); }

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

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

 span { border-color: rgb(32,206,25); }

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