Html Css Color HEX #13C81E Lime Green

📋 copy color: '#13C81E'

red 19 ◦ green 200 ◦ blue 30

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

Shades of Lime Green #13C81E

Tints of Lime Green #13C81E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80.32%

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 7.63%
G = 80.32%
B = 12.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#13C81E (or 0x13C81E) is known color: Lime Green. HEX triplet: 13, C8 and 1E. RGB value is (19,200,30). Sum of RGB (Red+Green+Blue) = 19+200+30=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #13C81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C81E is #EC37E1. Grayscale: #7F7F7F. Windows color (decimal): -15480802 or 2017299. OLE color: 2017299.

HSL color Cylindrical-coordinate representation of color #13C81E: hue angle of 123.65º degrees, saturation: 0.83, 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 #13C81E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 30 -
CMYK 0.90 0 0.85 0.22
HSL 123.65º 0.83% 0.43% -
HSV(B) 123.65º 0.91% 0.78% -
XYZ 21.16 41.54 8.13 -
YUV 126.5 73.53 51.32 -
System Red Green Blue C M Y K H S L
Decimal 19 200 30 0.90 0 0.85 0.22 123.65 0.83 0.43
Hex 13 C8 1E 5A 0 55 16 7C 53 2B
Octal 23 310 36 132 0 125 26 174 123 53
Binary 10011 11001000 11110 1011010 0 1010101 10110 1111100 1010011 101011

Color Harmonies of #13C81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C81E

Black with #13C81E

Text Example


Text Example

White with #13C81E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,30); }

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

background-color css

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

 a { background-color: rgb(19,200,30); }

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

border-color css

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

 span { border-color: rgb(19,200,30); }

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