#19d027

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

Shades of Lime Green #19D027

Tints of Lime Green #19D027

Color information

#19D027 (or 0x19D027) is unknown color: approx Lime Green. HEX triplet: 19, D0 and 27. RGB value is (25,208,39). Sum of RGB (Red+Green+Blue) = 25+208+39=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 208 (81.64% from 255 or 76.47% from 272); Blue value is 39 (15.62% from 255 or 14.34% from 272); Max value from RGB is 208 - color contains mainly: green. Hex color #19D027 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19D027 is #E62FD8. Grayscale: #868686. Windows color (decimal): -15085529 or 2609177. OLE color: 2609177.

HSL color Cylindrical-coordinate representation of color #19D027: hue angle of 124.59º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D027 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2520839-
CMYK0.8800.810.18
HSL124.59º78.54%45.69%-
HSV(B)124.59º87.98%81.57%-
XYZ23.3245.469.47-
YUV134.0274.3750.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.19%
GREEN value IS 208 (81.64% from 255) = 76.47%
BLUE value IS 39 (15.62% from 255) = 14.34%
R=9.19%
G=76.47%
B=14.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal25208390.8800.810.18124.5978.5445.69
Hex19D02758051127d4f2e
Octal313204713001212217511756
Binary11001110100001001111011000010100011001011111011001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19d027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19d027; }

 p { color: rgb(25,208,39); }

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

<style>
 a { background-color: #19d027; }

 a { background-color: rgb(25,208,39); }

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

<style>
 span { border-color: #19d027; }

 span { border-color: rgb(25,208,39); }

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