Html Css Color HEX #18C213 Lime Green

📋 copy color: '#18C213'

red 24 ◦ green 194 ◦ blue 19

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

Shades of Lime Green #18C213

Tints of Lime Green #18C213

RGB

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

 GREEN value IS 194 (76.17% from 255) = 81.86%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 10.13%
G = 81.86%
B = 8.02%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#18C213 (or 0x18C213) is known color: Lime Green. HEX triplet: 18, C2 and 13. RGB value is (24,194,19). Sum of RGB (Red+Green+Blue) = 24+194+19=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #18C213 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C213 is #E73DEC. Grayscale: #7B7B7B. Windows color (decimal): -15154669 or 1294872. OLE color: 1294872.

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

Color convert

RGB 24 194 19 -
CMYK 0.88 0 0.90 0.24
HSL 118.29º 0.82% 0.42% -
HSV(B) 118.29º 0.9% 0.76% -
XYZ 19.79 38.82 7.07 -
YUV 123.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 24 194 19 0.88 0 0.90 0.24 118.29 0.82 0.42
Hex 18 C2 13 58 0 5A 18 76 52 2A
Octal 30 302 23 130 0 132 30 166 122 52
Binary 11000 11000010 10011 1011000 0 1011010 11000 1110110 1010010 101010

Color Harmonies of #18C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C213

Black with #18C213

Text Example


Text Example

White with #18C213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,194,19); }

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

background-color css

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

 a { background-color: rgb(24,194,19); }

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

border-color css

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

 span { border-color: rgb(24,194,19); }

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