Html Css Color HEX #13D522 Lime Green

📋 copy color: '#13D522'

red 19 ◦ green 213 ◦ blue 34

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

Shades of Lime Green #13D522

Tints of Lime Green #13D522

RGB

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

 GREEN value IS 213 (83.59% from 255) = 80.08%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 7.14%
G = 80.08%
B = 12.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#13D522 (or 0x13D522) is known color: Lime Green. HEX triplet: 13, D5 and 22. RGB value is (19,213,34). Sum of RGB (Red+Green+Blue) = 19+213+34=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 213 (83.59% from 255 or 80.08% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 213 - color contains mainly: green. Hex color #13D522 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D522 is #EC2ADD. Grayscale: #878787. Windows color (decimal): -15477470 or 2282771. OLE color: 2282771.

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

Color convert

RGB 19 213 34 -
CMYK 0.91 0 0.84 0.16
HSL 124.64º 0.84% 0.45% -
HSV(B) 124.64º 0.91% 0.84% -
XYZ 24.35 47.84 9.46 -
YUV 134.59 71.23 45.55 -
System Red Green Blue C M Y K H S L
Decimal 19 213 34 0.91 0 0.84 0.16 124.64 0.84 0.45
Hex 13 D5 22 5B 0 54 10 7D 54 2D
Octal 23 325 42 133 0 124 20 175 124 55
Binary 10011 11010101 100010 1011011 0 1010100 10000 1111101 1010100 101101

Color Harmonies of #13D522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D522

Black with #13D522

Text Example


Text Example

White with #13D522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,213,34); }

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

background-color css

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

 a { background-color: rgb(19,213,34); }

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

border-color css

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

 span { border-color: rgb(19,213,34); }

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