Html Css Color HEX #2FEC1D Lime Green

📋 copy color: '#2FEC1D'

red 47 ◦ green 236 ◦ blue 29

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

Shades of Lime Green #2FEC1D

Tints of Lime Green #2FEC1D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 75.64%

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

R = 15.06%
G = 75.64%
B = 9.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#2FEC1D (or 0x2FEC1D) is known color: Lime Green. HEX triplet: 2F, EC and 1D. RGB value is (47,236,29). Sum of RGB (Red+Green+Blue) = 47+236+29=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 236 (92.58% from 255 or 75.64% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEC1D is #D013E2. Grayscale: #9C9C9C. Windows color (decimal): -13636579 or 1961007. OLE color: 1961007.

HSL color Cylindrical-coordinate representation of color #2FEC1D: hue angle of 114.78º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FEC1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 47 236 29 -
CMYK 0.80 0 0.88 0.07
HSL 114.78º 0.84% 0.52% -
HSV(B) 114.78º 0.88% 0.93% -
XYZ 31.39 60.68 11.22 -
YUV 155.89 56.38 50.33 -
System Red Green Blue C M Y K H S L
Decimal 47 236 29 0.80 0 0.88 0.07 114.78 0.84 0.52
Hex 2F EC 1D 50 0 58 7 73 54 34
Octal 57 354 35 120 0 130 7 163 124 64
Binary 101111 11101100 11101 1010000 0 1011000 111 1110011 1010100 110100

Color Harmonies of #2FEC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FEC1D

Black with #2FEC1D

Text Example


Text Example

White with #2FEC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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