Html Css Color HEX #12D11A Lime Green

📋 copy color: '#12D11A'

red 18 ◦ green 209 ◦ blue 26

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

Shades of Lime Green #12D11A

Tints of Lime Green #12D11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 82.61%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 7.11%
G = 82.61%
B = 10.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#12D11A (or 0x12D11A) is known color: Lime Green. HEX triplet: 12, D1 and 1A. RGB value is (18,209,26). Sum of RGB (Red+Green+Blue) = 18+209+26=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 209 (82.03% from 255 or 82.61% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 209 - color contains mainly: green. Hex color #12D11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D11A is #ED2EE5. Grayscale: #838383. Windows color (decimal): -15544038 or 1757458. OLE color: 1757458.

HSL color Cylindrical-coordinate representation of color #12D11A: hue angle of 122.51º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D11A is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 209 26 -
CMYK 0.91 0 0.88 0.18
HSL 122.51º 0.84% 0.45% -
HSV(B) 122.51º 0.91% 0.82% -
XYZ 23.24 45.8 8.59 -
YUV 131.03 68.72 47.38 -
System Red Green Blue C M Y K H S L
Decimal 18 209 26 0.91 0 0.88 0.18 122.51 0.84 0.45
Hex 12 D1 1A 5B 0 58 12 7B 54 2D
Octal 22 321 32 133 0 130 22 173 124 55
Binary 10010 11010001 11010 1011011 0 1011000 10010 1111011 1010100 101101

Color Harmonies of #12D11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D11A

Black with #12D11A

Text Example


Text Example

White with #12D11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,26); }

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

background-color css

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

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

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

border-color css

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

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

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