Html Css Color HEX #2FDF44 Lime Green

📋 copy color: '#2FDF44'

red 47 ◦ green 223 ◦ blue 68

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

Shades of Lime Green #2FDF44

Tints of Lime Green #2FDF44

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.98%

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

R = 13.91%
G = 65.98%
B = 20.12%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#2FDF44 (or 0x2FDF44) is known color: Lime Green. HEX triplet: 2F, DF and 44. RGB value is (47,223,68). Sum of RGB (Red+Green+Blue) = 47+223+68=338 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.91% from 338); Green value is 223 (87.5% from 255 or 65.98% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF44 is #D020BB. Grayscale: #999999. Windows color (decimal): -13639868 or 4513583. OLE color: 4513583.

HSL color Cylindrical-coordinate representation of color #2FDF44: hue angle of 127.16º degrees, saturation: 0.73, 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 #2FDF44 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 223 68 -
CMYK 0.79 0 0.70 0.13
HSL 127.16º 0.73% 0.53% -
HSV(B) 127.16º 0.79% 0.87% -
XYZ 28.6 53.8 14.35 -
YUV 152.71 80.19 52.6 -
System Red Green Blue C M Y K H S L
Decimal 47 223 68 0.79 0 0.70 0.13 127.16 0.73 0.53
Hex 2F DF 44 4F 0 46 D 7F 49 35
Octal 57 337 104 117 0 106 15 177 111 65
Binary 101111 11011111 1000100 1001111 0 1000110 1101 1111111 1001001 110101

Color Harmonies of #2FDF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF44

Black with #2FDF44

Text Example


Text Example

White with #2FDF44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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