Html Css Color HEX #2FE01D Lime Green

📋 copy color: '#2FE01D'

red 47 ◦ green 224 ◦ blue 29

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

Shades of Lime Green #2FE01D

Tints of Lime Green #2FE01D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.67%

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

R = 15.67%
G = 74.67%
B = 9.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#2FE01D (or 0x2FE01D) is known color: Lime Green. HEX triplet: 2F, E0 and 1D. RGB value is (47,224,29). Sum of RGB (Red+Green+Blue) = 47+224+29=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE01D is #D01FE2. Grayscale: #959595. Windows color (decimal): -13639651 or 1957935. OLE color: 1957935.

HSL color Cylindrical-coordinate representation of color #2FE01D: hue angle of 114.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FE01D is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 47 224 29 -
CMYK 0.79 0 0.87 0.12
HSL 114.46º 0.77% 0.5% -
HSV(B) 114.46º 0.87% 0.88% -
XYZ 28.05 54 10.11 -
YUV 148.85 60.36 55.36 -
System Red Green Blue C M Y K H S L
Decimal 47 224 29 0.79 0 0.87 0.12 114.46 0.77 0.5
Hex 2F E0 1D 4F 0 57 C 72 4D 32
Octal 57 340 35 117 0 127 14 162 115 62
Binary 101111 11100000 11101 1001111 0 1010111 1100 1110010 1001101 110010

Color Harmonies of #2FE01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FE01D

Black with #2FE01D

Text Example


Text Example

White with #2FE01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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