Html Css Color HEX #12DF2E Lime Green

📋 copy color: '#12DF2E'

red 18 ◦ green 223 ◦ blue 46

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

Shades of Lime Green #12DF2E

Tints of Lime Green #12DF2E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 77.7%

 BLUE value IS 46 (18.36% from 255) = 16.03%

R = 6.27%
G = 77.7%
B = 16.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#12DF2E (or 0x12DF2E) is known color: Lime Green. HEX triplet: 12, DF and 2E. RGB value is (18,223,46). Sum of RGB (Red+Green+Blue) = 18+223+46=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF2E is #ED20D1. Grayscale: #8E8E8E. Windows color (decimal): -15540434 or 3071762. OLE color: 3071762.

HSL color Cylindrical-coordinate representation of color #12DF2E: hue angle of 128.2º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DF2E is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 46 -
CMYK 0.92 0 0.79 0.13
HSL 128.2º 0.85% 0.47% -
HSV(B) 128.2º 0.92% 0.87% -
XYZ 27.13 53.1 11.4 -
YUV 141.53 74.08 39.89 -
System Red Green Blue C M Y K H S L
Decimal 18 223 46 0.92 0 0.79 0.13 128.2 0.85 0.47
Hex 12 DF 2E 5C 0 4F D 80 55 2F
Octal 22 337 56 134 0 117 15 200 125 57
Binary 10010 11011111 101110 1011100 0 1001111 1101 10000000 1010101 101111

Color Harmonies of #12DF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF2E

Black with #12DF2E

Text Example


Text Example

White with #12DF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,223,46); }

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

background-color css

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

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

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

border-color css

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

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

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