Html Css Color HEX #13CB20 Lime Green

📋 copy color: '#13CB20'

red 19 ◦ green 203 ◦ blue 32

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

Shades of Lime Green #13CB20

Tints of Lime Green #13CB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 79.92%

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

R = 7.48%
G = 79.92%
B = 12.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#13CB20 (or 0x13CB20) is known color: Lime Green. HEX triplet: 13, CB and 20. RGB value is (19,203,32). Sum of RGB (Red+Green+Blue) = 19+203+32=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 203 (79.69% from 255 or 79.92% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB20 is #EC34DF. Grayscale: #808080. Windows color (decimal): -15480032 or 2149139. OLE color: 2149139.

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

Color convert

RGB 19 203 32 -
CMYK 0.91 0 0.84 0.20
HSL 124.24º 0.83% 0.44% -
HSV(B) 124.24º 0.91% 0.8% -
XYZ 21.89 42.95 8.5 -
YUV 128.49 73.54 49.9 -
System Red Green Blue C M Y K H S L
Decimal 19 203 32 0.91 0 0.84 0.20 124.24 0.83 0.44
Hex 13 CB 20 5B 0 54 14 7C 53 2C
Octal 23 313 40 133 0 124 24 174 123 54
Binary 10011 11001011 100000 1011011 0 1010100 10100 1111100 1010011 101100

Color Harmonies of #13CB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB20

Black with #13CB20

Text Example


Text Example

White with #13CB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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