Html Css Color HEX #13CE18 Lime Green

📋 copy color: '#13CE18'

red 19 ◦ green 206 ◦ blue 24

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

Shades of Lime Green #13CE18

Tints of Lime Green #13CE18

RGB

 RED value IS 19 (7.81% from 255) = 7.63%

 GREEN value IS 206 (80.86% from 255) = 82.73%

 BLUE value IS 24 (9.77% from 255) = 9.64%

R = 7.63%
G = 82.73%
B = 9.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#13CE18 (or 0x13CE18) is known color: Lime Green. HEX triplet: 13, CE and 18. RGB value is (19,206,24). Sum of RGB (Red+Green+Blue) = 19+206+24=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 206 (80.86% from 255 or 82.73% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CE18 is #EC31E7. Grayscale: #818181. Windows color (decimal): -15479272 or 1625619. OLE color: 1625619.

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

Color convert

RGB 19 206 24 -
CMYK 0.91 0 0.88 0.19
HSL 121.6º 0.83% 0.44% -
HSV(B) 121.6º 0.91% 0.81% -
XYZ 22.5 44.35 8.24 -
YUV 129.34 68.55 49.3 -
System Red Green Blue C M Y K H S L
Decimal 19 206 24 0.91 0 0.88 0.19 121.6 0.83 0.44
Hex 13 CE 18 5B 0 58 13 7A 53 2C
Octal 23 316 30 133 0 130 23 172 123 54
Binary 10011 11001110 11000 1011011 0 1011000 10011 1111010 1010011 101100

Color Harmonies of #13CE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE18

Black with #13CE18

Text Example


Text Example

White with #13CE18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13CE18; }

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

 H1.HeaderClassName
 {
   color: #13CE18;
 }
 .AnyTagClassName
 {
   color: #13CE18;
 }
</style>

background-color css

<style>
 a { background-color: #13CE18; }

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

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

border-color css

<style>
 span { border-color: #13CE18; }

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

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