Html Css Color HEX #2FDA3D Lime Green

📋 copy color: '#2FDA3D'

red 47 ◦ green 218 ◦ blue 61

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

Shades of Lime Green #2FDA3D

Tints of Lime Green #2FDA3D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 66.87%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 14.42%
G = 66.87%
B = 18.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#2FDA3D (or 0x2FDA3D) is known color: Lime Green. HEX triplet: 2F, DA and 3D. RGB value is (47,218,61). Sum of RGB (Red+Green+Blue) = 47+218+61=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 218 (85.55% from 255 or 66.87% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA3D is #D025C2. Grayscale: #959595. Windows color (decimal): -13641155 or 4053551. OLE color: 4053551.

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

Color convert

RGB 47 218 61 -
CMYK 0.78 0 0.72 0.15
HSL 124.91º 0.7% 0.52% -
HSV(B) 124.91º 0.78% 0.85% -
XYZ 27.09 51.08 12.85 -
YUV 148.97 78.35 55.27 -
System Red Green Blue C M Y K H S L
Decimal 47 218 61 0.78 0 0.72 0.15 124.91 0.7 0.52
Hex 2F DA 3D 4E 0 48 F 7D 46 34
Octal 57 332 75 116 0 110 17 175 106 64
Binary 101111 11011010 111101 1001110 0 1001000 1111 1111101 1000110 110100

Color Harmonies of #2FDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA3D

Black with #2FDA3D

Text Example


Text Example

White with #2FDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,218,61); }

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

background-color css

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

 a { background-color: rgb(47,218,61); }

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

border-color css

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

 span { border-color: rgb(47,218,61); }

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