Html Css Color HEX #18C70C Lime Green

📋 copy color: '#18C70C'

red 24 ◦ green 199 ◦ blue 12

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

Shades of Lime Green #18C70C

Tints of Lime Green #18C70C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 84.68%

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

R = 10.21%
G = 84.68%
B = 5.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#18C70C (or 0x18C70C) is known color: Lime Green. HEX triplet: 18, C7 and 0C. RGB value is (24,199,12). Sum of RGB (Red+Green+Blue) = 24+199+12=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 199 (78.12% from 255 or 84.68% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 199 - color contains mainly: green. Hex color #18C70C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C70C is #E738F3. Grayscale: #7D7D7D. Windows color (decimal): -15153396 or 837400. OLE color: 837400.

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

Color convert

RGB 24 199 12 -
CMYK 0.88 0 0.94 0.22
HSL 116.15º 0.89% 0.41% -
HSV(B) 116.15º 0.94% 0.78% -
XYZ 20.87 41.07 7.17 -
YUV 125.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 24 199 12 0.88 0 0.94 0.22 116.15 0.89 0.41
Hex 18 C7 C 58 0 5E 16 74 59 29
Octal 30 307 14 130 0 136 26 164 131 51
Binary 11000 11000111 1100 1011000 0 1011110 10110 1110100 1011001 101001

Color Harmonies of #18C70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C70C

Black with #18C70C

Text Example


Text Example

White with #18C70C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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