Html Css Color HEX #2FF44A Lime Green

📋 copy color: '#2FF44A'

red 47 ◦ green 244 ◦ blue 74

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

Shades of Lime Green #2FF44A

Tints of Lime Green #2FF44A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 66.85%

 BLUE value IS 74 (29.3% from 255) = 20.27%

R = 12.88%
G = 66.85%
B = 20.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#2FF44A (or 0x2FF44A) is known color: Lime Green. HEX triplet: 2F, F4 and 4A. RGB value is (47,244,74). Sum of RGB (Red+Green+Blue) = 47+244+74=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 244 (95.70% from 255 or 66.85% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF44A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF44A is #D00BB5. Grayscale: #A6A6A6. Windows color (decimal): -13634486 or 4912175. OLE color: 4912175.

HSL color Cylindrical-coordinate representation of color #2FF44A: hue angle of 128.22º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF44A is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 47 244 74 -
CMYK 0.81 0 0.70 0.04
HSL 128.22º 0.9% 0.57% -
HSV(B) 128.22º 0.81% 0.96% -
XYZ 34.76 65.8 17.35 -
YUV 165.72 76.23 43.32 -
System Red Green Blue C M Y K H S L
Decimal 47 244 74 0.81 0 0.70 0.04 128.22 0.9 0.57
Hex 2F F4 4A 51 0 46 4 80 5A 39
Octal 57 364 112 121 0 106 4 200 132 71
Binary 101111 11110100 1001010 1010001 0 1000110 100 10000000 1011010 111001

Color Harmonies of #2FF44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FF44A

Black with #2FF44A

Text Example


Text Example

White with #2FF44A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,244,74); }

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

background-color css

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

 a { background-color: rgb(47,244,74); }

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

border-color css

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

 span { border-color: rgb(47,244,74); }

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