Html Css Color HEX #13D221 Lime Green

📋 copy color: '#13D221'

red 19 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #13D221

Tints of Lime Green #13D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.15%

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

R = 7.25%
G = 80.15%
B = 12.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#13D221 (or 0x13D221) is known color: Lime Green. HEX triplet: 13, D2 and 21. RGB value is (19,210,33). Sum of RGB (Red+Green+Blue) = 19+210+33=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 210 (82.42% from 255 or 80.15% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 210 - color contains mainly: green. Hex color #13D221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D221 is #EC2DDE. Grayscale: #858585. Windows color (decimal): -15478239 or 2216467. OLE color: 2216467.

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

Color convert

RGB 19 210 33 -
CMYK 0.91 0 0.84 0.18
HSL 124.4º 0.83% 0.45% -
HSV(B) 124.4º 0.91% 0.82% -
XYZ 23.59 46.34 9.14 -
YUV 132.71 71.72 46.89 -
System Red Green Blue C M Y K H S L
Decimal 19 210 33 0.91 0 0.84 0.18 124.4 0.83 0.45
Hex 13 D2 21 5B 0 54 12 7C 53 2D
Octal 23 322 41 133 0 124 22 174 123 55
Binary 10011 11010010 100001 1011011 0 1010100 10010 1111100 1010011 101101

Color Harmonies of #13D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D221

Black with #13D221

Text Example


Text Example

White with #13D221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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