Html Css Color HEX #2FD444 Lime Green

📋 copy color: '#2FD444'

red 47 ◦ green 212 ◦ blue 68

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

Shades of Lime Green #2FD444

Tints of Lime Green #2FD444

RGB

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

 GREEN value IS 212 (83.2% from 255) = 64.83%

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

R = 14.37%
G = 64.83%
B = 20.8%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#2FD444 (or 0x2FD444) is known color: Lime Green. HEX triplet: 2F, D4 and 44. RGB value is (47,212,68). Sum of RGB (Red+Green+Blue) = 47+212+68=327 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.37% from 327); Green value is 212 (83.20% from 255 or 64.83% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 212 - color contains mainly: green. Hex color #2FD444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD444 is #D02BBB. Grayscale: #929292. Windows color (decimal): -13642684 or 4510767. OLE color: 4510767.

HSL color Cylindrical-coordinate representation of color #2FD444: hue angle of 127.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD444 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 212 68 -
CMYK 0.78 0 0.68 0.17
HSL 127.64º 0.66% 0.51% -
HSV(B) 127.64º 0.78% 0.83% -
XYZ 25.76 48.11 13.4 -
YUV 146.25 83.84 57.21 -
System Red Green Blue C M Y K H S L
Decimal 47 212 68 0.78 0 0.68 0.17 127.64 0.66 0.51
Hex 2F D4 44 4E 0 44 11 80 42 33
Octal 57 324 104 116 0 104 21 200 102 63
Binary 101111 11010100 1000100 1001110 0 1000100 10001 10000000 1000010 110011

Color Harmonies of #2FD444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD444

Black with #2FD444

Text Example


Text Example

White with #2FD444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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