Html Css Color HEX #2FDA1D Lime Green

📋 copy color: '#2FDA1D'

red 47 ◦ green 218 ◦ blue 29

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

Shades of Lime Green #2FDA1D

Tints of Lime Green #2FDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.86%

R = 15.99%
G = 74.15%
B = 9.86%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#2FDA1D (or 0x2FDA1D) is known color: Lime Green. HEX triplet: 2F, DA and 1D. RGB value is (47,218,29). Sum of RGB (Red+Green+Blue) = 47+218+29=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA1D is #D025E2. Grayscale: #919191. Windows color (decimal): -13641187 or 1956399. OLE color: 1956399.

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

Color convert

RGB 47 218 29 -
CMYK 0.78 0 0.87 0.15
HSL 114.29º 0.77% 0.48% -
HSV(B) 114.29º 0.87% 0.85% -
XYZ 26.47 50.84 9.58 -
YUV 145.33 62.35 57.87 -
System Red Green Blue C M Y K H S L
Decimal 47 218 29 0.78 0 0.87 0.15 114.29 0.77 0.48
Hex 2F DA 1D 4E 0 57 F 72 4D 30
Octal 57 332 35 116 0 127 17 162 115 60
Binary 101111 11011010 11101 1001110 0 1010111 1111 1110010 1001101 110000

Color Harmonies of #2FDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FDA1D

Black with #2FDA1D

Text Example


Text Example

White with #2FDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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