#19C41B

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

Shades of Lime Green #19C41B

Tints of Lime Green #19C41B

Color information

#19C41B (or 0x19C41B) is unknown color: approx Lime Green. HEX triplet: 19, C4 and 1B. RGB value is (25,196,27). Sum of RGB (Red+Green+Blue) = 25+196+27=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 196 (76.95% from 255 or 79.03% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 196 - color contains mainly: green. Hex color #19C41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C41B is #E63BE4. Grayscale: #7E7E7E. Windows color (decimal): -15088613 or 1819673. OLE color: 1819673.

HSL color Cylindrical-coordinate representation of color #19C41B: hue angle of 120.7º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C41B is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB2519627-
CMYK0.8700.860.23
HSL120.7º77.38%43.33%-
HSV(B)120.7º87.24%76.86%-
XYZ20.3439.777.64-
YUV125.672.3556.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 196 (76.95% from 255) = 79.03%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=10.08%
G=79.03%
B=10.89%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal25196270.8700.860.23120.777.3843.33
Hex19C41B5705617794d2b
Octal313043312701262717111553
Binary1100111000100110111010111010101101011111110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,196,27); }

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

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

 a { background-color: rgb(25,196,27); }

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

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

 span { border-color: rgb(25,196,27); }

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