Html Css Color HEX #2FD31A Lime Green

📋 copy color: '#2FD31A'

red 47 ◦ green 211 ◦ blue 26

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

Shades of Lime Green #2FD31A

Tints of Lime Green #2FD31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 74.3%

 BLUE value IS 26 (10.55% from 255) = 9.15%

R = 16.55%
G = 74.3%
B = 9.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#2FD31A (or 0x2FD31A) is known color: Lime Green. HEX triplet: 2F, D3 and 1A. RGB value is (47,211,26). Sum of RGB (Red+Green+Blue) = 47+211+26=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 211 (82.81% from 255 or 74.30% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD31A is #D02CE5. Grayscale: #8D8D8D. Windows color (decimal): -13642982 or 1757999. OLE color: 1757999.

HSL color Cylindrical-coordinate representation of color #2FD31A: hue angle of 113.19º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2FD31A is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 47 211 26 -
CMYK 0.78 0 0.88 0.17
HSL 113.19º 0.78% 0.46% -
HSV(B) 113.19º 0.88% 0.83% -
XYZ 24.65 47.27 8.8 -
YUV 140.87 63.17 61.04 -
System Red Green Blue C M Y K H S L
Decimal 47 211 26 0.78 0 0.88 0.17 113.19 0.78 0.46
Hex 2F D3 1A 4E 0 58 11 71 4E 2E
Octal 57 323 32 116 0 130 21 161 116 56
Binary 101111 11010011 11010 1001110 0 1011000 10001 1110001 1001110 101110

Color Harmonies of #2FD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD31A

Black with #2FD31A

Text Example


Text Example

White with #2FD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,211,26); }

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

background-color css

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

 a { background-color: rgb(47,211,26); }

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

border-color css

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

 span { border-color: rgb(47,211,26); }

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