Html Css Color HEX #2FE215 Lime Green

📋 copy color: '#2FE215'

red 47 ◦ green 226 ◦ blue 21

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

Shades of Lime Green #2FE215

Tints of Lime Green #2FE215

RGB

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

 GREEN value IS 226 (88.67% from 255) = 76.87%

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 15.99%
G = 76.87%
B = 7.14%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#2FE215 (or 0x2FE215) is known color: Lime Green. HEX triplet: 2F, E2 and 15. RGB value is (47,226,21). Sum of RGB (Red+Green+Blue) = 47+226+21=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE215 is #D01DEA. Grayscale: #959595. Windows color (decimal): -13639147 or 1434159. OLE color: 1434159.

HSL color Cylindrical-coordinate representation of color #2FE215: hue angle of 112.39º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FE215 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 47 226 21 -
CMYK 0.79 0 0.91 0.11
HSL 112.39º 0.83% 0.48% -
HSV(B) 112.39º 0.91% 0.89% -
XYZ 28.5 55.05 9.83 -
YUV 149.11 55.7 55.17 -
System Red Green Blue C M Y K H S L
Decimal 47 226 21 0.79 0 0.91 0.11 112.39 0.83 0.48
Hex 2F E2 15 4F 0 5B B 70 53 30
Octal 57 342 25 117 0 133 13 160 123 60
Binary 101111 11100010 10101 1001111 0 1011011 1011 1110000 1010011 110000

Color Harmonies of #2FE215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE215

Black with #2FE215

Text Example


Text Example

White with #2FE215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,226,21); }

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

background-color css

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

 a { background-color: rgb(47,226,21); }

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

border-color css

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

 span { border-color: rgb(47,226,21); }

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