Html Css Color HEX #2FD91D Lime Green

📋 copy color: '#2FD91D'

red 47 ◦ green 217 ◦ blue 29

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

Shades of Lime Green #2FD91D

Tints of Lime Green #2FD91D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 74.06%

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

R = 16.04%
G = 74.06%
B = 9.9%

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

#2FD91D (or 0x2FD91D) is known color: Lime Green. HEX triplet: 2F, D9 and 1D. RGB value is (47,217,29). Sum of RGB (Red+Green+Blue) = 47+217+29=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 217 (85.16% from 255 or 74.06% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD91D is #D026E2. Grayscale: #919191. Windows color (decimal): -13641443 or 1956143. OLE color: 1956143.

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

Color convert

RGB 47 217 29 -
CMYK 0.78 0 0.87 0.15
HSL 114.26º 0.76% 0.48% -
HSV(B) 114.26º 0.87% 0.85% -
XYZ 26.21 50.32 9.49 -
YUV 144.74 62.68 58.29 -
System Red Green Blue C M Y K H S L
Decimal 47 217 29 0.78 0 0.87 0.15 114.26 0.76 0.48
Hex 2F D9 1D 4E 0 57 F 72 4C 30
Octal 57 331 35 116 0 127 17 162 114 60
Binary 101111 11011001 11101 1001110 0 1010111 1111 1110010 1001100 110000

Color Harmonies of #2FD91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD91D

Black with #2FD91D

Text Example


Text Example

White with #2FD91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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