Html Css Color HEX #13E02F Lime Green

📋 copy color: '#13E02F'

red 19 ◦ green 224 ◦ blue 47

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

Shades of Lime Green #13E02F

Tints of Lime Green #13E02F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 77.24%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 6.55%
G = 77.24%
B = 16.21%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#13E02F (or 0x13E02F) is known color: Lime Green. HEX triplet: 13, E0 and 2F. RGB value is (19,224,47). Sum of RGB (Red+Green+Blue) = 19+224+47=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #13E02F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E02F is #EC1FD0. Grayscale: #8F8F8F. Windows color (decimal): -15474641 or 3137555. OLE color: 3137555.

HSL color Cylindrical-coordinate representation of color #13E02F: hue angle of 128.2º 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 #13E02F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 19 224 47 -
CMYK 0.92 0 0.79 0.12
HSL 128.2º 0.84% 0.48% -
HSV(B) 128.2º 0.92% 0.88% -
XYZ 27.44 53.66 11.6 -
YUV 142.53 74.08 39.89 -
System Red Green Blue C M Y K H S L
Decimal 19 224 47 0.92 0 0.79 0.12 128.2 0.84 0.48
Hex 13 E0 2F 5C 0 4F C 80 54 30
Octal 23 340 57 134 0 117 14 200 124 60
Binary 10011 11100000 101111 1011100 0 1001111 1100 10000000 1010100 110000

Color Harmonies of #13E02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13E02F

Black with #13E02F

Text Example


Text Example

White with #13E02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,224,47); }

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

background-color css

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

 a { background-color: rgb(19,224,47); }

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

border-color css

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

 span { border-color: rgb(19,224,47); }

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