Html Css Color HEX #12C11C Lime Green

📋 copy color: '#12C11C'

red 18 ◦ green 193 ◦ blue 28

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

Shades of Lime Green #12C11C

Tints of Lime Green #12C11C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.75%

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 7.53%
G = 80.75%
B = 11.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#12C11C (or 0x12C11C) is known color: Lime Green. HEX triplet: 12, C1 and 1C. RGB value is (18,193,28). Sum of RGB (Red+Green+Blue) = 18+193+28=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #12C11C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C11C is #ED3EE3. Grayscale: #7A7A7A. Windows color (decimal): -15548132 or 1884434. OLE color: 1884434.

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

Color convert

RGB 18 193 28 -
CMYK 0.91 0 0.85 0.24
HSL 123.43º 0.83% 0.41% -
HSV(B) 123.43º 0.91% 0.76% -
XYZ 19.53 38.35 7.47 -
YUV 121.87 75.02 53.92 -
System Red Green Blue C M Y K H S L
Decimal 18 193 28 0.91 0 0.85 0.24 123.43 0.83 0.41
Hex 12 C1 1C 5B 0 55 18 7B 53 29
Octal 22 301 34 133 0 125 30 173 123 51
Binary 10010 11000001 11100 1011011 0 1010101 11000 1111011 1010011 101001

Color Harmonies of #12C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C11C

Black with #12C11C

Text Example


Text Example

White with #12C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,28); }

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

background-color css

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

 a { background-color: rgb(18,193,28); }

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

border-color css

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

 span { border-color: rgb(18,193,28); }

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