Html Css Color HEX #2FDF43 Lime Green

📋 copy color: '#2FDF43'

red 47 ◦ green 223 ◦ blue 67

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

Shades of Lime Green #2FDF43

Tints of Lime Green #2FDF43

RGB

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

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

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

R = 13.95%
G = 66.17%
B = 19.88%

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

#2FDF43 (or 0x2FDF43) is known color: Lime Green. HEX triplet: 2F, DF and 43. RGB value is (47,223,67). Sum of RGB (Red+Green+Blue) = 47+223+67=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF43 is #D020BC. Grayscale: #999999. Windows color (decimal): -13639869 or 4448047. OLE color: 4448047.

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

Color convert

RGB 47 223 67 -
CMYK 0.79 0 0.70 0.13
HSL 126.82º 0.73% 0.53% -
HSV(B) 126.82º 0.79% 0.87% -
XYZ 28.57 53.78 14.19 -
YUV 152.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 47 223 67 0.79 0 0.70 0.13 126.82 0.73 0.53
Hex 2F DF 43 4F 0 46 D 7F 49 35
Octal 57 337 103 117 0 106 15 177 111 65
Binary 101111 11011111 1000011 1001111 0 1000110 1101 1111111 1001001 110101

Color Harmonies of #2FDF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDF43

Black with #2FDF43

Text Example


Text Example

White with #2FDF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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