#18BF27

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

Shades of Lime Green #18BF27

Tints of Lime Green #18BF27

Color information

#18BF27 (or 0x18BF27) is unknown color: approx Lime Green. HEX triplet: 18, BF and 27. RGB value is (24,191,39). Sum of RGB (Red+Green+Blue) = 24+191+39=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 191 (75% from 255 or 75.20% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BF27 is #E740D8. Grayscale: #7C7C7C. Windows color (decimal): -15155417 or 2604824. OLE color: 2604824.

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

Color convert

RGB2419139-
CMYK0.8700.800.25
HSL125.39º77.67%42.16%-
HSV(B)125.39º87.43%74.9%-
XYZ19.3737.68.16-
YUV123.7480.1756.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.45%
GREEN value IS 191 (75% from 255) = 75.20%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=9.45%
G=75.20%
B=15.35%

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
Decimal24191390.8700.800.25125.3977.6742.16
Hex18BF2757050197d4e2a
Octal302774712701203117511652
Binary11000101111111001111010111010100001100111111011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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