#18BF26

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

Shades of Lime Green #18BF26

Tints of Lime Green #18BF26

Color information

#18BF26 (or 0x18BF26) is unknown color: approx Lime Green. HEX triplet: 18, BF and 26. RGB value is (24,191,38). Sum of RGB (Red+Green+Blue) = 24+191+38=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 191 (75% from 255 or 75.49% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF26 is #E740D9. Grayscale: #7C7C7C. Windows color (decimal): -15155418 or 2539288. OLE color: 2539288.

HSL color Cylindrical-coordinate representation of color #18BF26: hue angle of 125.03º degrees, saturation: 0.78, 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 #18BF26 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB2419138-
CMYK0.8700.800.25
HSL125.03º77.67%42.16%-
HSV(B)125.03º87.43%74.9%-
XYZ19.3637.68.07-
YUV123.6279.6756.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.49%
GREEN value IS 191 (75% from 255) = 75.49%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=9.49%
G=75.49%
B=15.02%

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
Decimal24191380.8700.800.25125.0377.6742.16
Hex18BF2657050197d4e2a
Octal302774612701203117511652
Binary11000101111111001101010111010100001100111111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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