Html Css Color HEX #13C612 Lime Green

📋 copy color: '#13C612'

red 19 ◦ green 198 ◦ blue 18

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

Shades of Lime Green #13C612

Tints of Lime Green #13C612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 8.09%
G = 84.26%
B = 7.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#13C612 (or 0x13C612) is known color: Lime Green. HEX triplet: 13, C6 and 12. RGB value is (19,198,18). Sum of RGB (Red+Green+Blue) = 19+198+18=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 198 (77.73% from 255 or 84.26% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 198 - color contains mainly: green. Hex color #13C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13C612 is #EC39ED. Grayscale: #7C7C7C. Windows color (decimal): -15481326 or 1230355. OLE color: 1230355.

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

Color convert

RGB 19 198 18 -
CMYK 0.90 0 0.91 0.22
HSL 119.67º 0.83% 0.42% -
HSV(B) 119.67º 0.91% 0.78% -
XYZ 20.57 40.57 7.32 -
YUV 123.96 68.2 53.14 -
System Red Green Blue C M Y K H S L
Decimal 19 198 18 0.90 0 0.91 0.22 119.67 0.83 0.42
Hex 13 C6 12 5A 0 5B 16 78 53 2A
Octal 23 306 22 132 0 133 26 170 123 52
Binary 10011 11000110 10010 1011010 0 1011011 10110 1111000 1010011 101010

Color Harmonies of #13C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13C612

Black with #13C612

Text Example


Text Example

White with #13C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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