Html Css Color HEX #2FE217 Lime Green

📋 copy color: '#2FE217'

red 47 ◦ green 226 ◦ blue 23

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

Shades of Lime Green #2FE217

Tints of Lime Green #2FE217

RGB

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

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

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

R = 15.88%
G = 76.35%
B = 7.77%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#2FE217 (or 0x2FE217) is known color: Lime Green. HEX triplet: 2F, E2 and 17. RGB value is (47,226,23). Sum of RGB (Red+Green+Blue) = 47+226+23=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 226 (88.67% from 255 or 76.35% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE217 is #D01DE8. Grayscale: #959595. Windows color (decimal): -13639145 or 1565231. OLE color: 1565231.

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

Color convert

RGB 47 226 23 -
CMYK 0.79 0 0.90 0.11
HSL 112.91º 0.82% 0.49% -
HSV(B) 112.91º 0.9% 0.89% -
XYZ 28.52 55.06 9.93 -
YUV 149.34 56.7 55.01 -
System Red Green Blue C M Y K H S L
Decimal 47 226 23 0.79 0 0.90 0.11 112.91 0.82 0.49
Hex 2F E2 17 4F 0 5A B 71 52 31
Octal 57 342 27 117 0 132 13 161 122 61
Binary 101111 11100010 10111 1001111 0 1011010 1011 1110001 1010010 110001

Color Harmonies of #2FE217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE217

Black with #2FE217

Text Example


Text Example

White with #2FE217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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