Html Css Color HEX #12DF2F Lime Green

📋 copy color: '#12DF2F'

red 18 ◦ green 223 ◦ blue 47

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

Shades of Lime Green #12DF2F

Tints of Lime Green #12DF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 6.25%
G = 77.43%
B = 16.32%

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

#12DF2F (or 0x12DF2F) is known color: Lime Green. HEX triplet: 12, DF and 2F. RGB value is (18,223,47). Sum of RGB (Red+Green+Blue) = 18+223+47=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 223 (87.5% from 255 or 77.43% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 223 - color contains mainly: green. Hex color #12DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DF2F is #ED20D0. Grayscale: #8E8E8E. Windows color (decimal): -15540433 or 3137298. OLE color: 3137298.

HSL color Cylindrical-coordinate representation of color #12DF2F: hue angle of 128.49º 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 #12DF2F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 223 47 -
CMYK 0.92 0 0.79 0.13
HSL 128.49º 0.85% 0.47% -
HSV(B) 128.49º 0.92% 0.87% -
XYZ 27.15 53.11 11.51 -
YUV 141.64 74.58 39.81 -
System Red Green Blue C M Y K H S L
Decimal 18 223 47 0.92 0 0.79 0.13 128.49 0.85 0.47
Hex 12 DF 2F 5C 0 4F D 80 55 2F
Octal 22 337 57 134 0 117 15 200 125 57
Binary 10010 11011111 101111 1011100 0 1001111 1101 10000000 1010101 101111

Color Harmonies of #12DF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DF2F

Black with #12DF2F

Text Example


Text Example

White with #12DF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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