Html Css Color HEX #12CE16 Lime Green

📋 copy color: '#12CE16'

red 18 ◦ green 206 ◦ blue 22

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

Shades of Lime Green #12CE16

Tints of Lime Green #12CE16

RGB

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

 GREEN value IS 206 (80.86% from 255) = 83.74%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 7.32%
G = 83.74%
B = 8.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#12CE16 (or 0x12CE16) is known color: Lime Green. HEX triplet: 12, CE and 16. RGB value is (18,206,22). Sum of RGB (Red+Green+Blue) = 18+206+22=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 206 (80.86% from 255 or 83.74% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CE16 is #ED31E9. Grayscale: #818181. Windows color (decimal): -15544810 or 1494546. OLE color: 1494546.

HSL color Cylindrical-coordinate representation of color #12CE16: hue angle of 121.28º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CE16 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 22 -
CMYK 0.91 0 0.89 0.19
HSL 121.28º 0.84% 0.44% -
HSV(B) 121.28º 0.91% 0.81% -
XYZ 22.47 44.33 8.13 -
YUV 128.81 67.72 48.96 -
System Red Green Blue C M Y K H S L
Decimal 18 206 22 0.91 0 0.89 0.19 121.28 0.84 0.44
Hex 12 CE 16 5B 0 59 13 79 54 2C
Octal 22 316 26 133 0 131 23 171 124 54
Binary 10010 11001110 10110 1011011 0 1011001 10011 1111001 1010100 101100

Color Harmonies of #12CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE16

Black with #12CE16

Text Example


Text Example

White with #12CE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,206,22); }

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

background-color css

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

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

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

border-color css

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

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

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