Html Css Color HEX #2FD943 Lime Green

📋 copy color: '#2FD943'

red 47 ◦ green 217 ◦ blue 67

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

Shades of Lime Green #2FD943

Tints of Lime Green #2FD943

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.56%

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

R = 14.2%
G = 65.56%
B = 20.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#2FD943 (or 0x2FD943) is known color: Lime Green. HEX triplet: 2F, D9 and 43. RGB value is (47,217,67). Sum of RGB (Red+Green+Blue) = 47+217+67=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 217 (85.16% from 255 or 65.56% from 331); Blue value is 67 (26.56% from 255 or 20.24% from 331); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD943 is #D026BC. Grayscale: #959595. Windows color (decimal): -13641405 or 4446511. OLE color: 4446511.

HSL color Cylindrical-coordinate representation of color #2FD943: hue angle of 127.06º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD943 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 67 -
CMYK 0.78 0 0.69 0.15
HSL 127.06º 0.69% 0.52% -
HSV(B) 127.06º 0.78% 0.85% -
XYZ 27 50.64 13.66 -
YUV 149.07 81.68 55.2 -
System Red Green Blue C M Y K H S L
Decimal 47 217 67 0.78 0 0.69 0.15 127.06 0.69 0.52
Hex 2F D9 43 4E 0 45 F 7F 45 34
Octal 57 331 103 116 0 105 17 177 105 64
Binary 101111 11011001 1000011 1001110 0 1000101 1111 1111111 1000101 110100

Color Harmonies of #2FD943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD943

Black with #2FD943

Text Example


Text Example

White with #2FD943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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