Html Css Color HEX #2FD945 Lime Green

📋 copy color: '#2FD945'

red 47 ◦ green 217 ◦ blue 69

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

Shades of Lime Green #2FD945

Tints of Lime Green #2FD945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 14.11%
G = 65.17%
B = 20.72%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#2FD945 (or 0x2FD945) is known color: Lime Green. HEX triplet: 2F, D9 and 45. RGB value is (47,217,69). Sum of RGB (Red+Green+Blue) = 47+217+69=333 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.11% from 333); Green value is 217 (85.16% from 255 or 65.17% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD945 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD945 is #D026BA. Grayscale: #959595. Windows color (decimal): -13641403 or 4577583. OLE color: 4577583.

HSL color Cylindrical-coordinate representation of color #2FD945: hue angle of 127.76º 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 #2FD945 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 69 -
CMYK 0.78 0 0.68 0.15
HSL 127.76º 0.69% 0.52% -
HSV(B) 127.76º 0.78% 0.85% -
XYZ 27.06 50.66 13.98 -
YUV 149.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 47 217 69 0.78 0 0.68 0.15 127.76 0.69 0.52
Hex 2F D9 45 4E 0 44 F 80 45 34
Octal 57 331 105 116 0 104 17 200 105 64
Binary 101111 11011001 1000101 1001110 0 1000100 1111 10000000 1000101 110100

Color Harmonies of #2FD945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD945

Black with #2FD945

Text Example


Text Example

White with #2FD945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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