Html Css Color HEX #12CE19 Lime Green

📋 copy color: '#12CE19'

red 18 ◦ green 206 ◦ blue 25

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

Shades of Lime Green #12CE19

Tints of Lime Green #12CE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 7.23%
G = 82.73%
B = 10.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#12CE19 (or 0x12CE19) is known color: Lime Green. HEX triplet: 12, CE and 19. RGB value is (18,206,25). Sum of RGB (Red+Green+Blue) = 18+206+25=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 206 (80.86% from 255 or 82.73% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CE19 is #ED31E6. Grayscale: #818181. Windows color (decimal): -15544807 or 1691154. OLE color: 1691154.

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

Color convert

RGB 18 206 25 -
CMYK 0.91 0 0.88 0.19
HSL 122.23º 0.84% 0.44% -
HSV(B) 122.23º 0.91% 0.81% -
XYZ 22.5 44.34 8.29 -
YUV 129.15 69.22 48.72 -
System Red Green Blue C M Y K H S L
Decimal 18 206 25 0.91 0 0.88 0.19 122.23 0.84 0.44
Hex 12 CE 19 5B 0 58 13 7A 54 2C
Octal 22 316 31 133 0 130 23 172 124 54
Binary 10010 11001110 11001 1011011 0 1011000 10011 1111010 1010100 101100

Color Harmonies of #12CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE19

Black with #12CE19

Text Example


Text Example

White with #12CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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