Html Css Color HEX #13E12E Lime Green

📋 copy color: '#13E12E'

red 19 ◦ green 225 ◦ blue 46

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

Shades of Lime Green #13E12E

Tints of Lime Green #13E12E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 77.59%

 BLUE value IS 46 (18.36% from 255) = 15.86%

R = 6.55%
G = 77.59%
B = 15.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#13E12E (or 0x13E12E) is known color: Lime Green. HEX triplet: 13, E1 and 2E. RGB value is (19,225,46). Sum of RGB (Red+Green+Blue) = 19+225+46=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 225 (88.28% from 255 or 77.59% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 225 - color contains mainly: green. Hex color #13E12E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E12E is #EC1ED1. Grayscale: #8F8F8F. Windows color (decimal): -15474386 or 3072275. OLE color: 3072275.

HSL color Cylindrical-coordinate representation of color #13E12E: hue angle of 127.86º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E12E is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 225 46 -
CMYK 0.92 0 0.80 0.12
HSL 127.86º 0.84% 0.48% -
HSV(B) 127.86º 0.92% 0.88% -
XYZ 27.69 54.19 11.58 -
YUV 143 73.25 39.55 -
System Red Green Blue C M Y K H S L
Decimal 19 225 46 0.92 0 0.80 0.12 127.86 0.84 0.48
Hex 13 E1 2E 5C 0 50 C 80 54 30
Octal 23 341 56 134 0 120 14 200 124 60
Binary 10011 11100001 101110 1011100 0 1010000 1100 10000000 1010100 110000

Color Harmonies of #13E12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E12E

Black with #13E12E

Text Example


Text Example

White with #13E12E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,225,46); }

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

background-color css

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

 a { background-color: rgb(19,225,46); }

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

border-color css

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

 span { border-color: rgb(19,225,46); }

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