Html Css Color HEX #13CB16 Lime Green

📋 copy color: '#13CB16'

red 19 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #13CB16

Tints of Lime Green #13CB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.02%

R = 7.79%
G = 83.2%
B = 9.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#13CB16 (or 0x13CB16) is known color: Lime Green. HEX triplet: 13, CB and 16. RGB value is (19,203,22). Sum of RGB (Red+Green+Blue) = 19+203+22=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 203 (79.69% from 255 or 83.20% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CB16 is #EC34E9. Grayscale: #7F7F7F. Windows color (decimal): -15480042 or 1493779. OLE color: 1493779.

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

Color convert

RGB 19 203 22 -
CMYK 0.91 0 0.89 0.20
HSL 120.98º 0.83% 0.44% -
HSV(B) 120.98º 0.91% 0.8% -
XYZ 21.77 42.91 7.89 -
YUV 127.35 68.54 50.72 -
System Red Green Blue C M Y K H S L
Decimal 19 203 22 0.91 0 0.89 0.20 120.98 0.83 0.44
Hex 13 CB 16 5B 0 59 14 79 53 2C
Octal 23 313 26 133 0 131 24 171 123 54
Binary 10011 11001011 10110 1011011 0 1011001 10100 1111001 1010011 101100

Color Harmonies of #13CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB16

Black with #13CB16

Text Example


Text Example

White with #13CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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