Html Css Color HEX #2FDD43 Lime Green

📋 copy color: '#2FDD43'

red 47 ◦ green 221 ◦ blue 67

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

Shades of Lime Green #2FDD43

Tints of Lime Green #2FDD43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20%

R = 14.03%
G = 65.97%
B = 20%

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

#2FDD43 (or 0x2FDD43) is known color: Lime Green. HEX triplet: 2F, DD and 43. RGB value is (47,221,67). Sum of RGB (Red+Green+Blue) = 47+221+67=335 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.03% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDD43 is #D022BC. Grayscale: #979797. Windows color (decimal): -13640381 or 4447535. OLE color: 4447535.

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

Color convert

RGB 47 221 67 -
CMYK 0.79 0 0.70 0.13
HSL 126.9º 0.72% 0.53% -
HSV(B) 126.9º 0.79% 0.87% -
XYZ 28.04 52.72 14.01 -
YUV 151.42 80.35 53.52 -
System Red Green Blue C M Y K H S L
Decimal 47 221 67 0.79 0 0.70 0.13 126.9 0.72 0.53
Hex 2F DD 43 4F 0 46 D 7F 48 35
Octal 57 335 103 117 0 106 15 177 110 65
Binary 101111 11011101 1000011 1001111 0 1000110 1101 1111111 1001000 110101

Color Harmonies of #2FDD43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDD43

Black with #2FDD43

Text Example


Text Example

White with #2FDD43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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