Html Css Color HEX #18CC0C Lime Green

📋 copy color: '#18CC0C'

red 24 ◦ green 204 ◦ blue 12

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

Shades of Lime Green #18CC0C

Tints of Lime Green #18CC0C

RGB

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

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

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

R = 10%
G = 85%
B = 5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#18CC0C (or 0x18CC0C) is known color: Lime Green. HEX triplet: 18, CC and 0C. RGB value is (24,204,12). Sum of RGB (Red+Green+Blue) = 24+204+12=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 204 (80.08% from 255 or 85% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC0C is #E733F3. Grayscale: #808080. Windows color (decimal): -15152116 or 838680. OLE color: 838680.

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

Color convert

RGB 24 204 12 -
CMYK 0.88 0 0.94 0.2
HSL 116.25º 0.89% 0.42% -
HSV(B) 116.25º 0.94% 0.8% -
XYZ 22.04 43.41 7.56 -
YUV 128.29 62.37 53.61 -
System Red Green Blue C M Y K H S L
Decimal 24 204 12 0.88 0 0.94 0.2 116.25 0.89 0.42
Hex 18 CC C 58 0 5E 14 74 59 2A
Octal 30 314 14 130 0 136 24 164 131 52
Binary 11000 11001100 1100 1011000 0 1011110 10100 1110100 1011001 101010

Color Harmonies of #18CC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC0C

Black with #18CC0C

Text Example


Text Example

White with #18CC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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