#18C51B

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

Shades of Lime Green #18C51B

Tints of Lime Green #18C51B

Color information

#18C51B (or 0x18C51B) is unknown color: approx Lime Green. HEX triplet: 18, C5 and 1B. RGB value is (24,197,27). Sum of RGB (Red+Green+Blue) = 24+197+27=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #18C51B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C51B is #E73AE4. Grayscale: #7E7E7E. Windows color (decimal): -15153893 or 1819928. OLE color: 1819928.

HSL color Cylindrical-coordinate representation of color #18C51B: hue angle of 121.04º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C51B is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB2419727-
CMYK0.8800.860.23
HSL121.04º78.28%43.33%-
HSV(B)121.04º87.82%77.25%-
XYZ20.5440.217.71-
YUV125.8972.1955.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.68%
GREEN value IS 197 (77.34% from 255) = 79.44%
BLUE value IS 27 (10.94% from 255) = 10.89%
R=9.68%
G=79.44%
B=10.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal24197270.8800.860.23121.0478.2843.33
Hex18C51B5805617794e2b
Octal303053313001262717111653
Binary1100011000101110111011000010101101011111110011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,197,27); }

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

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

 a { background-color: rgb(24,197,27); }

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

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

 span { border-color: rgb(24,197,27); }

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