Html Css Color HEX #2FE144 Lime Green

📋 copy color: '#2FE144'

red 47 ◦ green 225 ◦ blue 68

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

Shades of Lime Green #2FE144

Tints of Lime Green #2FE144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20%

R = 13.82%
G = 66.18%
B = 20%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#2FE144 (or 0x2FE144) is known color: Lime Green. HEX triplet: 2F, E1 and 44. RGB value is (47,225,68). Sum of RGB (Red+Green+Blue) = 47+225+68=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE144 is #D01EBB. Grayscale: #9A9A9A. Windows color (decimal): -13639356 or 4514095. OLE color: 4514095.

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

Color convert

RGB 47 225 68 -
CMYK 0.79 0 0.70 0.12
HSL 127.08º 0.75% 0.53% -
HSV(B) 127.08º 0.79% 0.88% -
XYZ 29.14 54.87 14.52 -
YUV 153.88 79.53 51.77 -
System Red Green Blue C M Y K H S L
Decimal 47 225 68 0.79 0 0.70 0.12 127.08 0.75 0.53
Hex 2F E1 44 4F 0 46 C 7F 4B 35
Octal 57 341 104 117 0 106 14 177 113 65
Binary 101111 11100001 1000100 1001111 0 1000110 1100 1111111 1001011 110101

Color Harmonies of #2FE144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE144

Black with #2FE144

Text Example


Text Example

White with #2FE144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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