Html Css Color HEX #2FDD44 Lime Green

📋 copy color: '#2FDD44'

red 47 ◦ green 221 ◦ blue 68

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

Shades of Lime Green #2FDD44

Tints of Lime Green #2FDD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.77%

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

R = 13.99%
G = 65.77%
B = 20.24%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#2FDD44 (or 0x2FDD44) is known color: Lime Green. HEX triplet: 2F, DD and 44. RGB value is (47,221,68). Sum of RGB (Red+Green+Blue) = 47+221+68=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD44 is #D022BB. Grayscale: #979797. Windows color (decimal): -13640380 or 4513071. OLE color: 4513071.

HSL color Cylindrical-coordinate representation of color #2FDD44: hue angle of 127.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDD44 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 221 68 -
CMYK 0.79 0 0.69 0.13
HSL 127.24º 0.72% 0.53% -
HSV(B) 127.24º 0.79% 0.87% -
XYZ 28.07 52.73 14.17 -
YUV 151.53 80.85 53.44 -
System Red Green Blue C M Y K H S L
Decimal 47 221 68 0.79 0 0.69 0.13 127.24 0.72 0.53
Hex 2F DD 44 4F 0 45 D 7F 48 35
Octal 57 335 104 117 0 105 15 177 110 65
Binary 101111 11011101 1000100 1001111 0 1000101 1101 1111111 1001000 110101

Color Harmonies of #2FDD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD44

Black with #2FDD44

Text Example


Text Example

White with #2FDD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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