Html Css Color HEX #2FDF46 Lime Green

📋 copy color: '#2FDF46'

red 47 ◦ green 223 ◦ blue 70

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

Shades of Lime Green #2FDF46

Tints of Lime Green #2FDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 13.82%
G = 65.59%
B = 20.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#2FDF46 (or 0x2FDF46) is known color: Lime Green. HEX triplet: 2F, DF and 46. RGB value is (47,223,70). Sum of RGB (Red+Green+Blue) = 47+223+70=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 223 (87.5% from 255 or 65.59% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF46 is #D020B9. Grayscale: #999999. Windows color (decimal): -13639866 or 4644655. OLE color: 4644655.

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

Color convert

RGB 47 223 70 -
CMYK 0.79 0 0.69 0.13
HSL 127.84º 0.73% 0.53% -
HSV(B) 127.84º 0.79% 0.87% -
XYZ 28.67 53.82 14.67 -
YUV 152.93 81.19 52.44 -
System Red Green Blue C M Y K H S L
Decimal 47 223 70 0.79 0 0.69 0.13 127.84 0.73 0.53
Hex 2F DF 46 4F 0 45 D 80 49 35
Octal 57 337 106 117 0 105 15 200 111 65
Binary 101111 11011111 1000110 1001111 0 1000101 1101 10000000 1001001 110101

Color Harmonies of #2FDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF46

Black with #2FDF46

Text Example


Text Example

White with #2FDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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