#19CC1E

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

Shades of Lime Green #19CC1E

Tints of Lime Green #19CC1E

Color information

#19CC1E (or 0x19CC1E) is unknown color: approx Lime Green. HEX triplet: 19, CC and 1E. RGB value is (25,204,30). Sum of RGB (Red+Green+Blue) = 25+204+30=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 204 (80.08% from 255 or 78.76% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC1E is #E633E1. Grayscale: #838383. Windows color (decimal): -15086562 or 2018329. OLE color: 2018329.

HSL color Cylindrical-coordinate representation of color #19CC1E: hue angle of 121.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CC1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB2520430-
CMYK0.8800.850.2
HSL121.68º78.17%44.9%-
HSV(B)121.68º87.75%80%-
XYZ22.2343.498.45-
YUV130.6471.252.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 204 (80.08% from 255) = 78.76%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=9.65%
G=78.76%
B=11.58%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal25204300.8800.850.2121.6878.1744.9
Hex19CC1E58055147a4e2d
Octal313143613001252417211655
Binary1100111001100111101011000010101011010011110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,204,30); }

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

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

 a { background-color: rgb(25,204,30); }

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

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

 span { border-color: rgb(25,204,30); }

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