Html Css Color HEX #2FD012 Lime Green

📋 copy color: '#2FD012'

red 47 ◦ green 208 ◦ blue 18

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

Shades of Lime Green #2FD012

Tints of Lime Green #2FD012

RGB

 RED value IS 47 (18.75% from 255) = 17.22%

 GREEN value IS 208 (81.64% from 255) = 76.19%

 BLUE value IS 18 (7.42% from 255) = 6.59%

R = 17.22%
G = 76.19%
B = 6.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#2FD012 (or 0x2FD012) is known color: Lime Green. HEX triplet: 2F, D0 and 12. RGB value is (47,208,18). Sum of RGB (Red+Green+Blue) = 47+208+18=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD012 is #D02FED. Grayscale: #8A8A8A. Windows color (decimal): -13643758 or 1232943. OLE color: 1232943.

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

Color convert

RGB 47 208 18 -
CMYK 0.77 0 0.91 0.18
HSL 110.84º 0.84% 0.44% -
HSV(B) 110.84º 0.91% 0.82% -
XYZ 23.84 45.76 8.15 -
YUV 138.2 60.16 62.95 -
System Red Green Blue C M Y K H S L
Decimal 47 208 18 0.77 0 0.91 0.18 110.84 0.84 0.44
Hex 2F D0 12 4D 0 5B 12 6F 54 2C
Octal 57 320 22 115 0 133 22 157 124 54
Binary 101111 11010000 10010 1001101 0 1011011 10010 1101111 1010100 101100

Color Harmonies of #2FD012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD012

Black with #2FD012

Text Example


Text Example

White with #2FD012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FD012; }

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

 H1.HeaderClassName
 {
   color: #2FD012;
 }
 .AnyTagClassName
 {
   color: #2FD012;
 }
</style>

background-color css

<style>
 a { background-color: #2FD012; }

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

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

border-color css

<style>
 span { border-color: #2FD012; }

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

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