Html Css Color HEX #18CC13 Lime Green

📋 copy color: '#18CC13'

red 24 ◦ green 204 ◦ blue 19

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

Shades of Lime Green #18CC13

Tints of Lime Green #18CC13

RGB

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

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

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

R = 9.72%
G = 82.59%
B = 7.69%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#18CC13 (or 0x18CC13) is known color: Lime Green. HEX triplet: 18, CC and 13. RGB value is (24,204,19). Sum of RGB (Red+Green+Blue) = 24+204+19=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 204 (80.08% from 255 or 82.59% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC13 is #E733EC. Grayscale: #818181. Windows color (decimal): -15152109 or 1297432. OLE color: 1297432.

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

Color convert

RGB 24 204 19 -
CMYK 0.88 0 0.91 0.2
HSL 118.38º 0.83% 0.44% -
HSV(B) 118.38º 0.91% 0.8% -
XYZ 22.09 43.43 7.83 -
YUV 129.09 65.87 53.04 -
System Red Green Blue C M Y K H S L
Decimal 24 204 19 0.88 0 0.91 0.2 118.38 0.83 0.44
Hex 18 CC 13 58 0 5B 14 76 53 2C
Octal 30 314 23 130 0 133 24 166 123 54
Binary 11000 11001100 10011 1011000 0 1011011 10100 1110110 1010011 101100

Color Harmonies of #18CC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC13

Black with #18CC13

Text Example


Text Example

White with #18CC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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