Html Css Color HEX #12CA14 Lime Green

📋 copy color: '#12CA14'

red 18 ◦ green 202 ◦ blue 20

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

Shades of Lime Green #12CA14

Tints of Lime Green #12CA14

RGB

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

 GREEN value IS 202 (79.3% from 255) = 84.17%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 7.5%
G = 84.17%
B = 8.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#12CA14 (or 0x12CA14) is known color: Lime Green. HEX triplet: 12, CA and 14. RGB value is (18,202,20). Sum of RGB (Red+Green+Blue) = 18+202+20=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 202 (79.30% from 255 or 84.17% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 202 - color contains mainly: green. Hex color #12CA14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CA14 is #ED35EB. Grayscale: #7E7E7E. Windows color (decimal): -15545836 or 1362450. OLE color: 1362450.

HSL color Cylindrical-coordinate representation of color #12CA14: hue angle of 120.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CA14 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 202 20 -
CMYK 0.91 0 0.90 0.21
HSL 120.65º 0.84% 0.43% -
HSV(B) 120.65º 0.91% 0.79% -
XYZ 21.5 42.42 7.72 -
YUV 126.24 68.04 50.8 -
System Red Green Blue C M Y K H S L
Decimal 18 202 20 0.91 0 0.90 0.21 120.65 0.84 0.43
Hex 12 CA 14 5B 0 5A 15 79 54 2B
Octal 22 312 24 133 0 132 25 171 124 53
Binary 10010 11001010 10100 1011011 0 1011010 10101 1111001 1010100 101011

Color Harmonies of #12CA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CA14

Black with #12CA14

Text Example


Text Example

White with #12CA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,202,20); }

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

background-color css

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

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

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

border-color css

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

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

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