Html Css Color HEX #13D41F Lime Green

📋 copy color: '#13D41F'

red 19 ◦ green 212 ◦ blue 31

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

Shades of Lime Green #13D41F

Tints of Lime Green #13D41F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 80.92%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 7.25%
G = 80.92%
B = 11.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#13D41F (or 0x13D41F) is known color: Lime Green. HEX triplet: 13, D4 and 1F. RGB value is (19,212,31). Sum of RGB (Red+Green+Blue) = 19+212+31=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 212 (83.20% from 255 or 80.92% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 212 - color contains mainly: green. Hex color #13D41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D41F is #EC2BE0. Grayscale: #868686. Windows color (decimal): -15477729 or 2085907. OLE color: 2085907.

HSL color Cylindrical-coordinate representation of color #13D41F: hue angle of 123.73º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D41F is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 212 31 -
CMYK 0.91 0 0.85 0.17
HSL 123.73º 0.84% 0.45% -
HSV(B) 123.73º 0.91% 0.83% -
XYZ 24.06 47.32 9.16 -
YUV 133.66 70.06 46.22 -
System Red Green Blue C M Y K H S L
Decimal 19 212 31 0.91 0 0.85 0.17 123.73 0.84 0.45
Hex 13 D4 1F 5B 0 55 11 7C 54 2D
Octal 23 324 37 133 0 125 21 174 124 55
Binary 10011 11010100 11111 1011011 0 1010101 10001 1111100 1010100 101101

Color Harmonies of #13D41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D41F

Black with #13D41F

Text Example


Text Example

White with #13D41F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,212,31); }

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

background-color css

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

 a { background-color: rgb(19,212,31); }

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

border-color css

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

 span { border-color: rgb(19,212,31); }

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