Html Css Color HEX #2FED31 Lime Green

📋 copy color: '#2FED31'

red 47 ◦ green 237 ◦ blue 49

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

Shades of Lime Green #2FED31

Tints of Lime Green #2FED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 71.17%

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 14.11%
G = 71.17%
B = 14.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#2FED31 (or 0x2FED31) is known color: Lime Green. HEX triplet: 2F, ED and 31. RGB value is (47,237,49). Sum of RGB (Red+Green+Blue) = 47+237+49=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 237 (92.97% from 255 or 71.17% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED31 is #D012CE. Grayscale: #9F9F9F. Windows color (decimal): -13636303 or 3271983. OLE color: 3271983.

HSL color Cylindrical-coordinate representation of color #2FED31: hue angle of 120.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED31 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 237 49 -
CMYK 0.80 0 0.79 0.07
HSL 120.63º 0.84% 0.56% -
HSV(B) 120.63º 0.8% 0.93% -
XYZ 32.01 61.39 13.07 -
YUV 158.76 66.05 48.29 -
System Red Green Blue C M Y K H S L
Decimal 47 237 49 0.80 0 0.79 0.07 120.63 0.84 0.56
Hex 2F ED 31 50 0 4F 7 79 54 38
Octal 57 355 61 120 0 117 7 171 124 70
Binary 101111 11101101 110001 1010000 0 1001111 111 1111001 1010100 111000

Color Harmonies of #2FED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FED31

Black with #2FED31

Text Example


Text Example

White with #2FED31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,237,49); }

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

background-color css

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

 a { background-color: rgb(47,237,49); }

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

border-color css

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

 span { border-color: rgb(47,237,49); }

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