Html Css Color HEX #2FD944 Lime Green

📋 copy color: '#2FD944'

red 47 ◦ green 217 ◦ blue 68

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

Shades of Lime Green #2FD944

Tints of Lime Green #2FD944

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.36%

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

R = 14.16%
G = 65.36%
B = 20.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#2FD944 (or 0x2FD944) is known color: Lime Green. HEX triplet: 2F, D9 and 44. RGB value is (47,217,68). Sum of RGB (Red+Green+Blue) = 47+217+68=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD944 is #D026BB. Grayscale: #959595. Windows color (decimal): -13641404 or 4512047. OLE color: 4512047.

HSL color Cylindrical-coordinate representation of color #2FD944: hue angle of 127.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD944 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 68 -
CMYK 0.78 0 0.69 0.15
HSL 127.41º 0.69% 0.52% -
HSV(B) 127.41º 0.78% 0.85% -
XYZ 27.03 50.65 13.82 -
YUV 149.18 82.18 55.12 -
System Red Green Blue C M Y K H S L
Decimal 47 217 68 0.78 0 0.69 0.15 127.41 0.69 0.52
Hex 2F D9 44 4E 0 45 F 7F 45 34
Octal 57 331 104 116 0 105 17 177 105 64
Binary 101111 11011001 1000100 1001110 0 1000101 1111 1111111 1000101 110100

Color Harmonies of #2FD944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD944

Black with #2FD944

Text Example


Text Example

White with #2FD944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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