Html Css Color HEX #13C91C Lime Green

📋 copy color: '#13C91C'

red 19 ◦ green 201 ◦ blue 28

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

Shades of Lime Green #13C91C

Tints of Lime Green #13C91C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 81.05%

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 7.66%
G = 81.05%
B = 11.29%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#13C91C (or 0x13C91C) is known color: Lime Green. HEX triplet: 13, C9 and 1C. RGB value is (19,201,28). Sum of RGB (Red+Green+Blue) = 19+201+28=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 201 (78.91% from 255 or 81.05% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 201 - color contains mainly: green. Hex color #13C91C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C91C is #EC36E3. Grayscale: #7F7F7F. Windows color (decimal): -15480548 or 1886483. OLE color: 1886483.

HSL color Cylindrical-coordinate representation of color #13C91C: hue angle of 122.97º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13C91C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 201 28 -
CMYK 0.91 0 0.86 0.21
HSL 122.97º 0.83% 0.43% -
HSV(B) 122.97º 0.91% 0.79% -
XYZ 21.36 42 8.08 -
YUV 126.86 72.2 51.07 -
System Red Green Blue C M Y K H S L
Decimal 19 201 28 0.91 0 0.86 0.21 122.97 0.83 0.43
Hex 13 C9 1C 5B 0 56 15 7B 53 2B
Octal 23 311 34 133 0 126 25 173 123 53
Binary 10011 11001001 11100 1011011 0 1010110 10101 1111011 1010011 101011

Color Harmonies of #13C91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C91C

Black with #13C91C

Text Example


Text Example

White with #13C91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,201,28); }

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

background-color css

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

 a { background-color: rgb(19,201,28); }

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

border-color css

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

 span { border-color: rgb(19,201,28); }

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