Html Css Color HEX #2FE516 Lime Green

📋 copy color: '#2FE516'

red 47 ◦ green 229 ◦ blue 22

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

Shades of Lime Green #2FE516

Tints of Lime Green #2FE516

RGB

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

 GREEN value IS 229 (89.84% from 255) = 76.85%

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

R = 15.77%
G = 76.85%
B = 7.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#2FE516 (or 0x2FE516) is known color: Lime Green. HEX triplet: 2F, E5 and 16. RGB value is (47,229,22). Sum of RGB (Red+Green+Blue) = 47+229+22=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 22 (8.98% from 255 or 7.38% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE516 is #D01AE9. Grayscale: #979797. Windows color (decimal): -13638378 or 1500463. OLE color: 1500463.

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

Color convert

RGB 47 229 22 -
CMYK 0.79 0 0.90 0.10
HSL 112.75º 0.82% 0.49% -
HSV(B) 112.75º 0.9% 0.9% -
XYZ 29.34 56.7 10.16 -
YUV 150.98 55.2 53.83 -
System Red Green Blue C M Y K H S L
Decimal 47 229 22 0.79 0 0.90 0.10 112.75 0.82 0.49
Hex 2F E5 16 4F 0 5A A 71 52 31
Octal 57 345 26 117 0 132 12 161 122 61
Binary 101111 11100101 10110 1001111 0 1011010 1010 1110001 1010010 110001

Color Harmonies of #2FE516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE516

Black with #2FE516

Text Example


Text Example

White with #2FE516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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