Html Css Color HEX #2FD942 Lime Green

📋 copy color: '#2FD942'

red 47 ◦ green 217 ◦ blue 66

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

Shades of Lime Green #2FD942

Tints of Lime Green #2FD942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20%

R = 14.24%
G = 65.76%
B = 20%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#2FD942 (or 0x2FD942) is known color: Lime Green. HEX triplet: 2F, D9 and 42. RGB value is (47,217,66). Sum of RGB (Red+Green+Blue) = 47+217+66=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD942 is #D026BD. Grayscale: #959595. Windows color (decimal): -13641406 or 4380975. OLE color: 4380975.

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

Color convert

RGB 47 217 66 -
CMYK 0.78 0 0.70 0.15
HSL 126.71º 0.69% 0.52% -
HSV(B) 126.71º 0.78% 0.85% -
XYZ 26.97 50.62 13.5 -
YUV 148.96 81.18 55.28 -
System Red Green Blue C M Y K H S L
Decimal 47 217 66 0.78 0 0.70 0.15 126.71 0.69 0.52
Hex 2F D9 42 4E 0 46 F 7F 45 34
Octal 57 331 102 116 0 106 17 177 105 64
Binary 101111 11011001 1000010 1001110 0 1000110 1111 1111111 1000101 110100

Color Harmonies of #2FD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD942

Black with #2FD942

Text Example


Text Example

White with #2FD942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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