Html Css Color HEX #18CD0C Lime Green

📋 copy color: '#18CD0C'

red 24 ◦ green 205 ◦ blue 12

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

Shades of Lime Green #18CD0C

Tints of Lime Green #18CD0C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 85.06%

 BLUE value IS 12 (5.08% from 255) = 4.98%

R = 9.96%
G = 85.06%
B = 4.98%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#18CD0C (or 0x18CD0C) is known color: Lime Green. HEX triplet: 18, CD and 0C. RGB value is (24,205,12). Sum of RGB (Red+Green+Blue) = 24+205+12=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 205 (80.47% from 255 or 85.06% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CD0C is #E732F3. Grayscale: #818181. Windows color (decimal): -15151860 or 838936. OLE color: 838936.

HSL color Cylindrical-coordinate representation of color #18CD0C: hue angle of 116.27º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18CD0C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 24 205 12 -
CMYK 0.88 0 0.94 0.20
HSL 116.27º 0.89% 0.43% -
HSV(B) 116.27º 0.94% 0.8% -
XYZ 22.27 43.88 7.64 -
YUV 128.88 62.03 53.19 -
System Red Green Blue C M Y K H S L
Decimal 24 205 12 0.88 0 0.94 0.20 116.27 0.89 0.43
Hex 18 CD C 58 0 5E 14 74 59 2B
Octal 30 315 14 130 0 136 24 164 131 53
Binary 11000 11001101 1100 1011000 0 1011110 10100 1110100 1011001 101011

Color Harmonies of #18CD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD0C

Black with #18CD0C

Text Example


Text Example

White with #18CD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,205,12); }

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

background-color css

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

 a { background-color: rgb(24,205,12); }

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

border-color css

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

 span { border-color: rgb(24,205,12); }

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