Html Css Color HEX #18C115 Lime Green

📋 copy color: '#18C115'

red 24 ◦ green 193 ◦ blue 21

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

Shades of Lime Green #18C115

Tints of Lime Green #18C115

RGB

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

 GREEN value IS 193 (75.78% from 255) = 81.09%

 BLUE value IS 21 (8.59% from 255) = 8.82%

R = 10.08%
G = 81.09%
B = 8.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#18C115 (or 0x18C115) is known color: Lime Green. HEX triplet: 18, C1 and 15. RGB value is (24,193,21). Sum of RGB (Red+Green+Blue) = 24+193+21=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 193 (75.78% from 255 or 81.09% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 193 - color contains mainly: green. Hex color #18C115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C115 is #E73EEA. Grayscale: #7B7B7B. Windows color (decimal): -15154923 or 1425688. OLE color: 1425688.

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

Color convert

RGB 24 193 21 -
CMYK 0.88 0 0.89 0.24
HSL 118.95º 0.8% 0.42% -
HSV(B) 118.95º 0.89% 0.76% -
XYZ 19.58 38.39 7.09 -
YUV 122.86 70.51 57.49 -
System Red Green Blue C M Y K H S L
Decimal 24 193 21 0.88 0 0.89 0.24 118.95 0.8 0.42
Hex 18 C1 15 58 0 59 18 77 50 2A
Octal 30 301 25 130 0 131 30 167 120 52
Binary 11000 11000001 10101 1011000 0 1011001 11000 1110111 1010000 101010

Color Harmonies of #18C115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C115

Black with #18C115

Text Example


Text Example

White with #18C115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,21); }

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

background-color css

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

 a { background-color: rgb(24,193,21); }

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

border-color css

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

 span { border-color: rgb(24,193,21); }

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