Html Css Color HEX #13C817 Lime Green

📋 copy color: '#13C817'

red 19 ◦ green 200 ◦ blue 23

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

Shades of Lime Green #13C817

Tints of Lime Green #13C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.64%

 BLUE value IS 23 (9.38% from 255) = 9.5%

R = 7.85%
G = 82.64%
B = 9.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#13C817 (or 0x13C817) is known color: Lime Green. HEX triplet: 13, C8 and 17. RGB value is (19,200,23). Sum of RGB (Red+Green+Blue) = 19+200+23=242 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.85% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #13C817 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C817 is #EC37E8. Grayscale: #7E7E7E. Windows color (decimal): -15480809 or 1558547. OLE color: 1558547.

HSL color Cylindrical-coordinate representation of color #13C817: hue angle of 121.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C817 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 200 23 -
CMYK 0.90 0 0.88 0.22
HSL 121.33º 0.83% 0.43% -
HSV(B) 121.33º 0.91% 0.78% -
XYZ 21.08 41.51 7.71 -
YUV 125.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 19 200 23 0.90 0 0.88 0.22 121.33 0.83 0.43
Hex 13 C8 17 5A 0 58 16 79 53 2B
Octal 23 310 27 132 0 130 26 171 123 53
Binary 10011 11001000 10111 1011010 0 1011000 10110 1111001 1010011 101011

Color Harmonies of #13C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C817

Black with #13C817

Text Example


Text Example

White with #13C817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,200,23); }

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

background-color css

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

 a { background-color: rgb(19,200,23); }

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

border-color css

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

 span { border-color: rgb(19,200,23); }

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