Html Css Color HEX #2FE146 Lime Green

📋 copy color: '#2FE146'

red 47 ◦ green 225 ◦ blue 70

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

Shades of Lime Green #2FE146

Tints of Lime Green #2FE146

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.79%

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

R = 13.74%
G = 65.79%
B = 20.47%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#2FE146 (or 0x2FE146) is known color: Lime Green. HEX triplet: 2F, E1 and 46. RGB value is (47,225,70). Sum of RGB (Red+Green+Blue) = 47+225+70=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 225 (88.28% from 255 or 65.79% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE146 is #D01EB9. Grayscale: #9A9A9A. Windows color (decimal): -13639354 or 4645167. OLE color: 4645167.

HSL color Cylindrical-coordinate representation of color #2FE146: hue angle of 127.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE146 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 70 -
CMYK 0.79 0 0.69 0.12
HSL 127.75º 0.75% 0.53% -
HSV(B) 127.75º 0.79% 0.88% -
XYZ 29.2 54.9 14.85 -
YUV 154.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 47 225 70 0.79 0 0.69 0.12 127.75 0.75 0.53
Hex 2F E1 46 4F 0 45 C 80 4B 35
Octal 57 341 106 117 0 105 14 200 113 65
Binary 101111 11100001 1000110 1001111 0 1000101 1100 10000000 1001011 110101

Color Harmonies of #2FE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE146

Black with #2FE146

Text Example


Text Example

White with #2FE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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