#19C31C

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

Shades of Lime Green #19C31C

Tints of Lime Green #19C31C

Color information

#19C31C (or 0x19C31C) is unknown color: approx Lime Green. HEX triplet: 19, C3 and 1C. RGB value is (25,195,28). Sum of RGB (Red+Green+Blue) = 25+195+28=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 195 (76.56% from 255 or 78.63% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 195 - color contains mainly: green. Hex color #19C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C31C is #E63CE3. Grayscale: #7D7D7D. Windows color (decimal): -15088868 or 1884953. OLE color: 1884953.

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

Color convert

RGB2519528-
CMYK0.8700.860.24
HSL121.06º77.27%43.14%-
HSV(B)121.06º87.18%76.47%-
XYZ20.1339.327.63-
YUV125.1373.1856.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 195 (76.56% from 255) = 78.63%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=10.08%
G=78.63%
B=11.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25195280.8700.860.24121.0677.2743.14
Hex19C31C5705618794d2b
Octal313033412701263017111553
Binary1100111000011111001010111010101101100011110011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,195,28); }

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

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

 a { background-color: rgb(25,195,28); }

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

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

 span { border-color: rgb(25,195,28); }

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