Html Css Color HEX #13C11E Lime Green

📋 copy color: '#13C11E'

red 19 ◦ green 193 ◦ blue 30

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

Shades of Lime Green #13C11E

Tints of Lime Green #13C11E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 79.75%

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

R = 7.85%
G = 79.75%
B = 12.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#13C11E (or 0x13C11E) is known color: Lime Green. HEX triplet: 13, C1 and 1E. RGB value is (19,193,30). Sum of RGB (Red+Green+Blue) = 19+193+30=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #13C11E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C11E is #EC3EE1. Grayscale: #7A7A7A. Windows color (decimal): -15482594 or 2015507. OLE color: 2015507.

HSL color Cylindrical-coordinate representation of color #13C11E: hue angle of 123.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C11E is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 193 30 -
CMYK 0.90 0 0.84 0.24
HSL 123.79º 0.82% 0.42% -
HSV(B) 123.79º 0.9% 0.76% -
XYZ 19.57 38.37 7.6 -
YUV 122.39 75.85 54.25 -
System Red Green Blue C M Y K H S L
Decimal 19 193 30 0.90 0 0.84 0.24 123.79 0.82 0.42
Hex 13 C1 1E 5A 0 54 18 7C 52 2A
Octal 23 301 36 132 0 124 30 174 122 52
Binary 10011 11000001 11110 1011010 0 1010100 11000 1111100 1010010 101010

Color Harmonies of #13C11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C11E

Black with #13C11E

Text Example


Text Example

White with #13C11E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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