Html Css Color HEX #13CC20 Lime Green

📋 copy color: '#13CC20'

red 19 ◦ green 204 ◦ blue 32

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

Shades of Lime Green #13CC20

Tints of Lime Green #13CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 7.45%
G = 80%
B = 12.55%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#13CC20 (or 0x13CC20) is known color: Lime Green. HEX triplet: 13, CC and 20. RGB value is (19,204,32). Sum of RGB (Red+Green+Blue) = 19+204+32=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CC20 is #EC33DF. Grayscale: #818181. Windows color (decimal): -15479776 or 2149395. OLE color: 2149395.

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

Color convert

RGB 19 204 32 -
CMYK 0.91 0 0.84 0.2
HSL 124.22º 0.83% 0.44% -
HSV(B) 124.22º 0.91% 0.8% -
XYZ 22.12 43.43 8.58 -
YUV 129.08 73.21 49.49 -
System Red Green Blue C M Y K H S L
Decimal 19 204 32 0.91 0 0.84 0.2 124.22 0.83 0.44
Hex 13 CC 20 5B 0 54 14 7C 53 2C
Octal 23 314 40 133 0 124 24 174 123 54
Binary 10011 11001100 100000 1011011 0 1010100 10100 1111100 1010011 101100

Color Harmonies of #13CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC20

Black with #13CC20

Text Example


Text Example

White with #13CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,204,32); }

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

background-color css

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

 a { background-color: rgb(19,204,32); }

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

border-color css

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

 span { border-color: rgb(19,204,32); }

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