Html Css Color HEX #2FE119 Lime Green

📋 copy color: '#2FE119'

red 47 ◦ green 225 ◦ blue 25

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

Shades of Lime Green #2FE119

Tints of Lime Green #2FE119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 15.82%
G = 75.76%
B = 8.42%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2FE119 (or 0x2FE119) is known color: Lime Green. HEX triplet: 2F, E1 and 19. RGB value is (47,225,25). Sum of RGB (Red+Green+Blue) = 47+225+25=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FE119 is #D01EE6. Grayscale: #959595. Windows color (decimal): -13639399 or 1696047. OLE color: 1696047.

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

Color convert

RGB 47 225 25 -
CMYK 0.79 0 0.89 0.12
HSL 113.4º 0.8% 0.49% -
HSV(B) 113.4º 0.89% 0.88% -
XYZ 28.27 54.52 9.95 -
YUV 148.98 58.03 55.26 -
System Red Green Blue C M Y K H S L
Decimal 47 225 25 0.79 0 0.89 0.12 113.4 0.8 0.49
Hex 2F E1 19 4F 0 59 C 71 50 31
Octal 57 341 31 117 0 131 14 161 120 61
Binary 101111 11100001 11001 1001111 0 1011001 1100 1110001 1010000 110001

Color Harmonies of #2FE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE119

Black with #2FE119

Text Example


Text Example

White with #2FE119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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