Html Css Color HEX #2FD81D Lime Green

📋 copy color: '#2FD81D'

red 47 ◦ green 216 ◦ blue 29

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

Shades of Lime Green #2FD81D

Tints of Lime Green #2FD81D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.97%

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

R = 16.1%
G = 73.97%
B = 9.93%

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

#2FD81D (or 0x2FD81D) is known color: Lime Green. HEX triplet: 2F, D8 and 1D. RGB value is (47,216,29). Sum of RGB (Red+Green+Blue) = 47+216+29=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD81D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD81D is #D027E2. Grayscale: #909090. Windows color (decimal): -13641699 or 1955887. OLE color: 1955887.

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

Color convert

RGB 47 216 29 -
CMYK 0.78 0 0.87 0.15
HSL 114.22º 0.76% 0.48% -
HSV(B) 114.22º 0.87% 0.85% -
XYZ 25.95 49.8 9.41 -
YUV 144.15 63.01 58.71 -
System Red Green Blue C M Y K H S L
Decimal 47 216 29 0.78 0 0.87 0.15 114.22 0.76 0.48
Hex 2F D8 1D 4E 0 57 F 72 4C 30
Octal 57 330 35 116 0 127 17 162 114 60
Binary 101111 11011000 11101 1001110 0 1010111 1111 1110010 1001100 110000

Color Harmonies of #2FD81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD81D

Black with #2FD81D

Text Example


Text Example

White with #2FD81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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