Html Css Color HEX #2FD00E Lime Green

📋 copy color: '#2FD00E'

red 47 ◦ green 208 ◦ blue 14

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

Shades of Lime Green #2FD00E

Tints of Lime Green #2FD00E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 17.47%
G = 77.32%
B = 5.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#2FD00E (or 0x2FD00E) is known color: Lime Green. HEX triplet: 2F, D0 and 0E. RGB value is (47,208,14). Sum of RGB (Red+Green+Blue) = 47+208+14=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD00E is #D02FF1. Grayscale: #8A8A8A. Windows color (decimal): -13643762 or 970799. OLE color: 970799.

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

Color convert

RGB 47 208 14 -
CMYK 0.77 0 0.93 0.18
HSL 109.79º 0.87% 0.44% -
HSV(B) 109.79º 0.93% 0.82% -
XYZ 23.81 45.75 7.99 -
YUV 137.75 58.16 63.27 -
System Red Green Blue C M Y K H S L
Decimal 47 208 14 0.77 0 0.93 0.18 109.79 0.87 0.44
Hex 2F D0 E 4D 0 5D 12 6E 57 2C
Octal 57 320 16 115 0 135 22 156 127 54
Binary 101111 11010000 1110 1001101 0 1011101 10010 1101110 1010111 101100

Color Harmonies of #2FD00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD00E

Black with #2FD00E

Text Example


Text Example

White with #2FD00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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