Html Css Color HEX #13D021 Lime Green

📋 copy color: '#13D021'

red 19 ◦ green 208 ◦ blue 33

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

Shades of Lime Green #13D021

Tints of Lime Green #13D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 80%

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

R = 7.31%
G = 80%
B = 12.69%

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

#13D021 (or 0x13D021) is known color: Lime Green. HEX triplet: 13, D0 and 21. RGB value is (19,208,33). Sum of RGB (Red+Green+Blue) = 19+208+33=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 208 (81.64% from 255 or 80% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 208 - color contains mainly: green. Hex color #13D021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D021 is #EC2FDE. Grayscale: #848484. Windows color (decimal): -15478751 or 2215955. OLE color: 2215955.

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

Color convert

RGB 19 208 33 -
CMYK 0.91 0 0.84 0.18
HSL 124.44º 0.83% 0.45% -
HSV(B) 124.44º 0.91% 0.82% -
XYZ 23.1 45.36 8.98 -
YUV 131.54 72.38 47.73 -
System Red Green Blue C M Y K H S L
Decimal 19 208 33 0.91 0 0.84 0.18 124.44 0.83 0.45
Hex 13 D0 21 5B 0 54 12 7C 53 2D
Octal 23 320 41 133 0 124 22 174 123 55
Binary 10011 11010000 100001 1011011 0 1010100 10010 1111100 1010011 101101

Color Harmonies of #13D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D021

Black with #13D021

Text Example


Text Example

White with #13D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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