Html Css Color HEX #13D621 Lime Green

📋 copy color: '#13D621'

red 19 ◦ green 214 ◦ blue 33

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

Shades of Lime Green #13D621

Tints of Lime Green #13D621

RGB

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

 GREEN value IS 214 (83.98% from 255) = 80.45%

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

R = 7.14%
G = 80.45%
B = 12.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#13D621 (or 0x13D621) is known color: Lime Green. HEX triplet: 13, D6 and 21. RGB value is (19,214,33). Sum of RGB (Red+Green+Blue) = 19+214+33=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #13D621 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D621 is #EC29DE. Grayscale: #878787. Windows color (decimal): -15477215 or 2217491. OLE color: 2217491.

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

Color convert

RGB 19 214 33 -
CMYK 0.91 0 0.85 0.16
HSL 124.31º 0.84% 0.46% -
HSV(B) 124.31º 0.91% 0.84% -
XYZ 24.59 48.34 9.47 -
YUV 135.06 70.4 45.22 -
System Red Green Blue C M Y K H S L
Decimal 19 214 33 0.91 0 0.85 0.16 124.31 0.84 0.46
Hex 13 D6 21 5B 0 55 10 7C 54 2E
Octal 23 326 41 133 0 125 20 174 124 56
Binary 10011 11010110 100001 1011011 0 1010101 10000 1111100 1010100 101110

Color Harmonies of #13D621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D621

Black with #13D621

Text Example


Text Example

White with #13D621

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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