Html Css Color HEX #12C015 Lime Green

📋 copy color: '#12C015'

red 18 ◦ green 192 ◦ blue 21

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

Shades of Lime Green #12C015

Tints of Lime Green #12C015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.09%

R = 7.79%
G = 83.12%
B = 9.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#12C015 (or 0x12C015) is known color: Lime Green. HEX triplet: 12, C0 and 15. RGB value is (18,192,21). Sum of RGB (Red+Green+Blue) = 18+192+21=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #12C015 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C015 is #ED3FEA. Grayscale: #787878. Windows color (decimal): -15548395 or 1425426. OLE color: 1425426.

HSL color Cylindrical-coordinate representation of color #12C015: hue angle of 121.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C015 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 192 21 -
CMYK 0.91 0 0.89 0.25
HSL 121.03º 0.83% 0.41% -
HSV(B) 121.03º 0.91% 0.75% -
XYZ 19.23 37.88 7.01 -
YUV 120.48 71.85 54.9 -
System Red Green Blue C M Y K H S L
Decimal 18 192 21 0.91 0 0.89 0.25 121.03 0.83 0.41
Hex 12 C0 15 5B 0 59 19 79 53 29
Octal 22 300 25 133 0 131 31 171 123 51
Binary 10010 11000000 10101 1011011 0 1011001 11001 1111001 1010011 101001

Color Harmonies of #12C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C015

Black with #12C015

Text Example


Text Example

White with #12C015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,21); }

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

background-color css

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

 a { background-color: rgb(18,192,21); }

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

border-color css

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

 span { border-color: rgb(18,192,21); }

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