Html Css Color HEX #13C01B Lime Green

📋 copy color: '#13C01B'

red 19 ◦ green 192 ◦ blue 27

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

Shades of Lime Green #13C01B

Tints of Lime Green #13C01B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 80.67%

 BLUE value IS 27 (10.94% from 255) = 11.34%

R = 7.98%
G = 80.67%
B = 11.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#13C01B (or 0x13C01B) is known color: Lime Green. HEX triplet: 13, C0 and 1B. RGB value is (19,192,27). Sum of RGB (Red+Green+Blue) = 19+192+27=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #13C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C01B is #EC3FE4. Grayscale: #797979. Windows color (decimal): -15482853 or 1818643. OLE color: 1818643.

HSL color Cylindrical-coordinate representation of color #13C01B: hue angle of 122.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C01B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 192 27 -
CMYK 0.90 0 0.86 0.25
HSL 122.77º 0.82% 0.41% -
HSV(B) 122.77º 0.9% 0.75% -
XYZ 19.32 37.92 7.34 -
YUV 121.46 74.69 54.92 -
System Red Green Blue C M Y K H S L
Decimal 19 192 27 0.90 0 0.86 0.25 122.77 0.82 0.41
Hex 13 C0 1B 5A 0 56 19 7B 52 29
Octal 23 300 33 132 0 126 31 173 122 51
Binary 10011 11000000 11011 1011010 0 1010110 11001 1111011 1010010 101001

Color Harmonies of #13C01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C01B

Black with #13C01B

Text Example


Text Example

White with #13C01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,192,27); }

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

background-color css

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

 a { background-color: rgb(19,192,27); }

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

border-color css

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

 span { border-color: rgb(19,192,27); }

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