Html Css Color HEX #12C60D Lime Green

📋 copy color: '#12C60D'

red 18 ◦ green 198 ◦ blue 13

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

Shades of Lime Green #12C60D

Tints of Lime Green #12C60D

RGB

 RED value IS 18 (7.42% from 255) = 7.86%

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 7.86%
G = 86.46%
B = 5.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#12C60D (or 0x12C60D) is known color: Lime Green. HEX triplet: 12, C6 and 0D. RGB value is (18,198,13). Sum of RGB (Red+Green+Blue) = 18+198+13=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 198 (77.73% from 255 or 86.46% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 198 - color contains mainly: green. Hex color #12C60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C60D is #ED39F2. Grayscale: #7B7B7B. Windows color (decimal): -15546867 or 902674. OLE color: 902674.

HSL color Cylindrical-coordinate representation of color #12C60D: hue angle of 118.38º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12C60D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 198 13 -
CMYK 0.91 0 0.93 0.22
HSL 118.38º 0.88% 0.41% -
HSV(B) 118.38º 0.93% 0.78% -
XYZ 20.52 40.55 7.13 -
YUV 123.09 65.87 53.04 -
System Red Green Blue C M Y K H S L
Decimal 18 198 13 0.91 0 0.93 0.22 118.38 0.88 0.41
Hex 12 C6 D 5B 0 5D 16 76 58 29
Octal 22 306 15 133 0 135 26 166 130 51
Binary 10010 11000110 1101 1011011 0 1011101 10110 1110110 1011000 101001

Color Harmonies of #12C60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C60D

Black with #12C60D

Text Example


Text Example

White with #12C60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12C60D; }

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

 H1.HeaderClassName
 {
   color: #12C60D;
 }
 .AnyTagClassName
 {
   color: #12C60D;
 }
</style>

background-color css

<style>
 a { background-color: #12C60D; }

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

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

border-color css

<style>
 span { border-color: #12C60D; }

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

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