Html Css Color HEX #18C908 Lime Green

📋 copy color: '#18C908'

red 24 ◦ green 201 ◦ blue 8

#18C908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #18C908

Tints of Lime Green #18C908

RGB

 RED value IS 24 (9.77% from 255) = 10.3%

 GREEN value IS 201 (78.91% from 255) = 86.27%

 BLUE value IS 8 (3.52% from 255) = 3.43%

R = 10.3%
G = 86.27%
B = 3.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#18C908 (or 0x18C908) is known color: Lime Green. HEX triplet: 18, C9 and 08. RGB value is (24,201,8). Sum of RGB (Red+Green+Blue) = 24+201+8=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #18C908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C908 is #E736F7. Grayscale: #7E7E7E. Windows color (decimal): -15152888 or 575768. OLE color: 575768.

HSL color Cylindrical-coordinate representation of color #18C908: hue angle of 115.03º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18C908 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 8 -
CMYK 0.88 0 0.96 0.21
HSL 115.03º 0.92% 0.41% -
HSV(B) 115.03º 0.96% 0.79% -
XYZ 21.31 41.99 7.21 -
YUV 126.08 61.36 55.19 -
System Red Green Blue C M Y K H S L
Decimal 24 201 8 0.88 0 0.96 0.21 115.03 0.92 0.41
Hex 18 C9 8 58 0 60 15 73 5C 29
Octal 30 311 10 130 0 140 25 163 134 51
Binary 11000 11001001 1000 1011000 0 1100000 10101 1110011 1011100 101001

Color Harmonies of #18C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C908

Black with #18C908

Text Example


Text Example

White with #18C908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,201,8); }

 H1.HeaderClassName
 {
   color: #18C908;
 }
 .AnyTagClassName
 {
   color: #18C908;
 }
</style>

background-color css

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

 a { background-color: rgb(24,201,8); }

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

border-color css

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

 span { border-color: rgb(24,201,8); }

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