Html Css Color HEX #13D321 Lime Green

📋 copy color: '#13D321'

red 19 ◦ green 211 ◦ blue 33

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

Shades of Lime Green #13D321

Tints of Lime Green #13D321

RGB

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

 GREEN value IS 211 (82.81% from 255) = 80.23%

 BLUE value IS 33 (13.28% from 255) = 12.55%

R = 7.22%
G = 80.23%
B = 12.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#13D321 (or 0x13D321) is known color: Lime Green. HEX triplet: 13, D3 and 21. RGB value is (19,211,33). Sum of RGB (Red+Green+Blue) = 19+211+33=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 211 (82.81% from 255 or 80.23% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 211 - color contains mainly: green. Hex color #13D321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D321 is #EC2CDE. Grayscale: #858585. Windows color (decimal): -15477983 or 2216723. OLE color: 2216723.

HSL color Cylindrical-coordinate representation of color #13D321: hue angle of 124.38º degrees, saturation: 0.83, 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 #13D321 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 211 33 -
CMYK 0.91 0 0.84 0.17
HSL 124.38º 0.83% 0.45% -
HSV(B) 124.38º 0.91% 0.83% -
XYZ 23.84 46.84 9.22 -
YUV 133.3 71.39 46.47 -
System Red Green Blue C M Y K H S L
Decimal 19 211 33 0.91 0 0.84 0.17 124.38 0.83 0.45
Hex 13 D3 21 5B 0 54 11 7C 53 2D
Octal 23 323 41 133 0 124 21 174 123 55
Binary 10011 11010011 100001 1011011 0 1010100 10001 1111100 1010011 101101

Color Harmonies of #13D321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D321

Black with #13D321

Text Example


Text Example

White with #13D321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,211,33); }

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

background-color css

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

 a { background-color: rgb(19,211,33); }

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

border-color css

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

 span { border-color: rgb(19,211,33); }

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