Html Css Color HEX #2FE117 Lime Green

📋 copy color: '#2FE117'

red 47 ◦ green 225 ◦ blue 23

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

Shades of Lime Green #2FE117

Tints of Lime Green #2FE117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.8%

R = 15.93%
G = 76.27%
B = 7.8%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#2FE117 (or 0x2FE117) is known color: Lime Green. HEX triplet: 2F, E1 and 17. RGB value is (47,225,23). Sum of RGB (Red+Green+Blue) = 47+225+23=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 225 (88.28% from 255 or 76.27% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE117 is #D01EE8. Grayscale: #959595. Windows color (decimal): -13639401 or 1564975. OLE color: 1564975.

HSL color Cylindrical-coordinate representation of color #2FE117: hue angle of 112.87º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FE117 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 225 23 -
CMYK 0.79 0 0.90 0.12
HSL 112.87º 0.81% 0.49% -
HSV(B) 112.87º 0.9% 0.88% -
XYZ 28.25 54.52 9.84 -
YUV 148.75 57.03 55.43 -
System Red Green Blue C M Y K H S L
Decimal 47 225 23 0.79 0 0.90 0.12 112.87 0.81 0.49
Hex 2F E1 17 4F 0 5A C 71 51 31
Octal 57 341 27 117 0 132 14 161 121 61
Binary 101111 11100001 10111 1001111 0 1011010 1100 1110001 1010001 110001

Color Harmonies of #2FE117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE117

Black with #2FE117

Text Example


Text Example

White with #2FE117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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