Html Css Color HEX #13CC19 Lime Green

📋 copy color: '#13CC19'

red 19 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #13CC19

Tints of Lime Green #13CC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.08%

R = 7.66%
G = 82.26%
B = 10.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#13CC19 (or 0x13CC19) is known color: Lime Green. HEX triplet: 13, CC and 19. RGB value is (19,204,25). Sum of RGB (Red+Green+Blue) = 19+204+25=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 204 (80.08% from 255 or 82.26% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 204 - color contains mainly: green. Hex color #13CC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CC19 is #EC33E6. Grayscale: #808080. Windows color (decimal): -15479783 or 1690643. OLE color: 1690643.

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

Color convert

RGB 19 204 25 -
CMYK 0.91 0 0.88 0.2
HSL 121.95º 0.83% 0.44% -
HSV(B) 121.95º 0.91% 0.8% -
XYZ 22.04 43.39 8.13 -
YUV 128.28 69.71 50.05 -
System Red Green Blue C M Y K H S L
Decimal 19 204 25 0.91 0 0.88 0.2 121.95 0.83 0.44
Hex 13 CC 19 5B 0 58 14 7A 53 2C
Octal 23 314 31 133 0 130 24 172 123 54
Binary 10011 11001100 11001 1011011 0 1011000 10100 1111010 1010011 101100

Color Harmonies of #13CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CC19

Black with #13CC19

Text Example


Text Example

White with #13CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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