Html Css Color HEX #2FE116 Lime Green

📋 copy color: '#2FE116'

red 47 ◦ green 225 ◦ blue 22

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

Shades of Lime Green #2FE116

Tints of Lime Green #2FE116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 15.99%
G = 76.53%
B = 7.48%

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

#2FE116 (or 0x2FE116) is known color: Lime Green. HEX triplet: 2F, E1 and 16. RGB value is (47,225,22). Sum of RGB (Red+Green+Blue) = 47+225+22=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 225 (88.28% from 255 or 76.53% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE116 is #D01EE9. Grayscale: #959595. Windows color (decimal): -13639402 or 1499439. OLE color: 1499439.

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

Color convert

RGB 47 225 22 -
CMYK 0.79 0 0.90 0.12
HSL 112.61º 0.82% 0.48% -
HSV(B) 112.61º 0.9% 0.88% -
XYZ 28.24 54.51 9.79 -
YUV 148.64 56.53 55.51 -
System Red Green Blue C M Y K H S L
Decimal 47 225 22 0.79 0 0.90 0.12 112.61 0.82 0.48
Hex 2F E1 16 4F 0 5A C 71 52 30
Octal 57 341 26 117 0 132 14 161 122 60
Binary 101111 11100001 10110 1001111 0 1011010 1100 1110001 1010010 110000

Color Harmonies of #2FE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE116

Black with #2FE116

Text Example


Text Example

White with #2FE116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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