Html Css Color HEX #18CC09 Lime Green

📋 copy color: '#18CC09'

red 24 ◦ green 204 ◦ blue 9

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

Shades of Lime Green #18CC09

Tints of Lime Green #18CC09

RGB

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

 GREEN value IS 204 (80.08% from 255) = 86.08%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 10.13%
G = 86.08%
B = 3.8%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#18CC09 (or 0x18CC09) is known color: Lime Green. HEX triplet: 18, CC and 09. RGB value is (24,204,9). Sum of RGB (Red+Green+Blue) = 24+204+9=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 204 (80.08% from 255 or 86.08% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC09 is #E733F6. Grayscale: #808080. Windows color (decimal): -15152119 or 642072. OLE color: 642072.

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

Color convert

RGB 24 204 9 -
CMYK 0.88 0 0.96 0.2
HSL 115.38º 0.92% 0.42% -
HSV(B) 115.38º 0.96% 0.8% -
XYZ 22.02 43.4 7.47 -
YUV 127.95 60.87 53.86 -
System Red Green Blue C M Y K H S L
Decimal 24 204 9 0.88 0 0.96 0.2 115.38 0.92 0.42
Hex 18 CC 9 58 0 60 14 73 5C 2A
Octal 30 314 11 130 0 140 24 163 134 52
Binary 11000 11001100 1001 1011000 0 1100000 10100 1110011 1011100 101010

Color Harmonies of #18CC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC09

Black with #18CC09

Text Example


Text Example

White with #18CC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,9); }

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

background-color css

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

 a { background-color: rgb(24,204,9); }

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

border-color css

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

 span { border-color: rgb(24,204,9); }

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