Html Css Color HEX #12C612 Lime Green

📋 copy color: '#12C612'

red 18 ◦ green 198 ◦ blue 18

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

Shades of Lime Green #12C612

Tints of Lime Green #12C612

RGB

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

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

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

R = 7.69%
G = 84.62%
B = 7.69%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#12C612 (or 0x12C612) is known color: Lime Green. HEX triplet: 12, C6 and 12. RGB value is (18,198,18). Sum of RGB (Red+Green+Blue) = 18+198+18=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #12C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C612 is #ED39ED. Grayscale: #7C7C7C. Windows color (decimal): -15546862 or 1230354. OLE color: 1230354.

HSL color Cylindrical-coordinate representation of color #12C612: hue angle of 120º 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 #12C612 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 198 18 -
CMYK 0.91 0 0.91 0.22
HSL 120º 0.83% 0.42% -
HSV(B) 120º 0.91% 0.78% -
XYZ 20.55 40.56 7.32 -
YUV 123.66 68.37 52.64 -
System Red Green Blue C M Y K H S L
Decimal 18 198 18 0.91 0 0.91 0.22 120 0.83 0.42
Hex 12 C6 12 5B 0 5B 16 78 53 2A
Octal 22 306 22 133 0 133 26 170 123 52
Binary 10010 11000110 10010 1011011 0 1011011 10110 1111000 1010011 101010

Color Harmonies of #12C612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C612

Black with #12C612

Text Example


Text Example

White with #12C612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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