Html Css Color HEX #13C615 Lime Green

📋 copy color: '#13C615'

red 19 ◦ green 198 ◦ blue 21

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

Shades of Lime Green #13C615

Tints of Lime Green #13C615

RGB

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

 GREEN value IS 198 (77.73% from 255) = 83.19%

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

R = 7.98%
G = 83.19%
B = 8.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#13C615 (or 0x13C615) is known color: Lime Green. HEX triplet: 13, C6 and 15. RGB value is (19,198,21). Sum of RGB (Red+Green+Blue) = 19+198+21=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 198 (77.73% from 255 or 83.19% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 198 - color contains mainly: green. Hex color #13C615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C615 is #EC39EA. Grayscale: #7C7C7C. Windows color (decimal): -15481323 or 1426963. OLE color: 1426963.

HSL color Cylindrical-coordinate representation of color #13C615: hue angle of 120.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C615 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 21 -
CMYK 0.90 0 0.89 0.22
HSL 120.67º 0.82% 0.43% -
HSV(B) 120.67º 0.9% 0.78% -
XYZ 20.6 40.58 7.46 -
YUV 124.3 69.7 52.89 -
System Red Green Blue C M Y K H S L
Decimal 19 198 21 0.90 0 0.89 0.22 120.67 0.82 0.43
Hex 13 C6 15 5A 0 59 16 79 52 2B
Octal 23 306 25 132 0 131 26 171 122 53
Binary 10011 11000110 10101 1011010 0 1011001 10110 1111001 1010010 101011

Color Harmonies of #13C615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C615

Black with #13C615

Text Example


Text Example

White with #13C615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,198,21); }

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

background-color css

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

 a { background-color: rgb(19,198,21); }

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

border-color css

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

 span { border-color: rgb(19,198,21); }

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