Html Css Color HEX #2FDF4F Lime Green

📋 copy color: '#2FDF4F'

red 47 ◦ green 223 ◦ blue 79

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

Shades of Lime Green #2FDF4F

Tints of Lime Green #2FDF4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 13.47%
G = 63.9%
B = 22.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#2FDF4F (or 0x2FDF4F) is known color: Lime Green. HEX triplet: 2F, DF and 4F. RGB value is (47,223,79). Sum of RGB (Red+Green+Blue) = 47+223+79=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 223 (87.5% from 255 or 63.90% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF4F is #D020B0. Grayscale: #9A9A9A. Windows color (decimal): -13639857 or 5234479. OLE color: 5234479.

HSL color Cylindrical-coordinate representation of color #2FDF4F: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF4F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 79 -
CMYK 0.79 0 0.65 0.13
HSL 130.91º 0.73% 0.53% -
HSV(B) 130.91º 0.79% 0.87% -
XYZ 28.97 53.94 16.28 -
YUV 153.96 85.69 51.71 -
System Red Green Blue C M Y K H S L
Decimal 47 223 79 0.79 0 0.65 0.13 130.91 0.73 0.53
Hex 2F DF 4F 4F 0 41 D 83 49 35
Octal 57 337 117 117 0 101 15 203 111 65
Binary 101111 11011111 1001111 1001111 0 1000001 1101 10000011 1001001 110101

Color Harmonies of #2FDF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF4F

Black with #2FDF4F

Text Example


Text Example

White with #2FDF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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