Html Css Color HEX #13C61B Lime Green

📋 copy color: '#13C61B'

red 19 ◦ green 198 ◦ blue 27

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

Shades of Lime Green #13C61B

Tints of Lime Green #13C61B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 81.15%

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

R = 7.79%
G = 81.15%
B = 11.07%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#13C61B (or 0x13C61B) is known color: Lime Green. HEX triplet: 13, C6 and 1B. RGB value is (19,198,27). Sum of RGB (Red+Green+Blue) = 19+198+27=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 198 (77.73% from 255 or 81.15% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 198 - color contains mainly: green. Hex color #13C61B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C61B is #EC39E4. Grayscale: #7D7D7D. Windows color (decimal): -15481317 or 1820179. OLE color: 1820179.

HSL color Cylindrical-coordinate representation of color #13C61B: hue angle of 122.68º degrees, saturation: 0.82, 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 #13C61B is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 198 27 -
CMYK 0.90 0 0.86 0.22
HSL 122.68º 0.82% 0.43% -
HSV(B) 122.68º 0.9% 0.78% -
XYZ 20.66 40.61 7.79 -
YUV 124.99 72.7 52.4 -
System Red Green Blue C M Y K H S L
Decimal 19 198 27 0.90 0 0.86 0.22 122.68 0.82 0.43
Hex 13 C6 1B 5A 0 56 16 7B 52 2B
Octal 23 306 33 132 0 126 26 173 122 53
Binary 10011 11000110 11011 1011010 0 1010110 10110 1111011 1010010 101011

Color Harmonies of #13C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C61B

Black with #13C61B

Text Example


Text Example

White with #13C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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