#19BF26

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

Shades of Lime Green #19BF26

Tints of Lime Green #19BF26

Color information

#19BF26 (or 0x19BF26) is unknown color: approx Lime Green. HEX triplet: 19, BF and 26. RGB value is (25,191,38). Sum of RGB (Red+Green+Blue) = 25+191+38=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF26 is #E640D9. Grayscale: #7C7C7C. Windows color (decimal): -15089882 or 2539289. OLE color: 2539289.

HSL color Cylindrical-coordinate representation of color #19BF26: hue angle of 124.7º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF26 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB2519138-
CMYK0.8700.800.25
HSL124.7º76.85%42.35%-
HSV(B)124.7º86.91%74.9%-
XYZ19.3837.618.07-
YUV123.9279.557.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 191 (75% from 255) = 75.20%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=9.84%
G=75.20%
B=14.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191380.8700.800.25124.776.8542.35
Hex19BF2657050197d4d2a
Octal312774612701203117511552
Binary11001101111111001101010111010100001100111111011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,191,38); }

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

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

 a { background-color: rgb(25,191,38); }

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

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

 span { border-color: rgb(25,191,38); }

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