Html Css Color HEX #18C011 Lime Green

📋 copy color: '#18C011'

red 24 ◦ green 192 ◦ blue 17

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

Shades of Lime Green #18C011

Tints of Lime Green #18C011

RGB

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

 GREEN value IS 192 (75.39% from 255) = 82.4%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 10.3%
G = 82.4%
B = 7.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#18C011 (or 0x18C011) is known color: Lime Green. HEX triplet: 18, C0 and 11. RGB value is (24,192,17). Sum of RGB (Red+Green+Blue) = 24+192+17=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #18C011 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C011 is #E73FEE. Grayscale: #7A7A7A. Windows color (decimal): -15155183 or 1163288. OLE color: 1163288.

HSL color Cylindrical-coordinate representation of color #18C011: hue angle of 117.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C011 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 17 -
CMYK 0.88 0 0.91 0.25
HSL 117.6º 0.84% 0.41% -
HSV(B) 117.6º 0.91% 0.75% -
XYZ 19.33 37.93 6.83 -
YUV 121.82 68.84 58.23 -
System Red Green Blue C M Y K H S L
Decimal 24 192 17 0.88 0 0.91 0.25 117.6 0.84 0.41
Hex 18 C0 11 58 0 5B 19 76 54 29
Octal 30 300 21 130 0 133 31 166 124 51
Binary 11000 11000000 10001 1011000 0 1011011 11001 1110110 1010100 101001

Color Harmonies of #18C011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C011

Black with #18C011

Text Example


Text Example

White with #18C011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,17); }

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

background-color css

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

 a { background-color: rgb(24,192,17); }

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

border-color css

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

 span { border-color: rgb(24,192,17); }

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