Html Css Color HEX #13CD1F Lime Green

📋 copy color: '#13CD1F'

red 19 ◦ green 205 ◦ blue 31

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

Shades of Lime Green #13CD1F

Tints of Lime Green #13CD1F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 80.39%

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

R = 7.45%
G = 80.39%
B = 12.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#13CD1F (or 0x13CD1F) is known color: Lime Green. HEX triplet: 13, CD and 1F. RGB value is (19,205,31). Sum of RGB (Red+Green+Blue) = 19+205+31=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 205 (80.47% from 255 or 80.39% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 205 - color contains mainly: green. Hex color #13CD1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CD1F is #EC32E0. Grayscale: #828282. Windows color (decimal): -15479521 or 2084115. OLE color: 2084115.

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

Color convert

RGB 19 205 31 -
CMYK 0.91 0 0.85 0.20
HSL 123.87º 0.83% 0.44% -
HSV(B) 123.87º 0.91% 0.8% -
XYZ 22.35 43.9 8.59 -
YUV 129.55 72.38 49.15 -
System Red Green Blue C M Y K H S L
Decimal 19 205 31 0.91 0 0.85 0.20 123.87 0.83 0.44
Hex 13 CD 1F 5B 0 55 14 7C 53 2C
Octal 23 315 37 133 0 125 24 174 123 54
Binary 10011 11001101 11111 1011011 0 1010101 10100 1111100 1010011 101100

Color Harmonies of #13CD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CD1F

Black with #13CD1F

Text Example


Text Example

White with #13CD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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