Html Css Color HEX #2FD92A Lime Green

📋 copy color: '#2FD92A'

red 47 ◦ green 217 ◦ blue 42

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

Shades of Lime Green #2FD92A

Tints of Lime Green #2FD92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.73%

R = 15.36%
G = 70.92%
B = 13.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#2FD92A (or 0x2FD92A) is known color: Lime Green. HEX triplet: 2F, D9 and 2A. RGB value is (47,217,42). Sum of RGB (Red+Green+Blue) = 47+217+42=306 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.36% from 306); Green value is 217 (85.16% from 255 or 70.92% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD92A is #D026D5. Grayscale: #929292. Windows color (decimal): -13641430 or 2808111. OLE color: 2808111.

HSL color Cylindrical-coordinate representation of color #2FD92A: hue angle of 118.29º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD92A is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 217 42 -
CMYK 0.78 0 0.81 0.15
HSL 118.29º 0.7% 0.51% -
HSV(B) 118.29º 0.81% 0.85% -
XYZ 26.4 50.4 10.53 -
YUV 146.22 69.18 57.23 -
System Red Green Blue C M Y K H S L
Decimal 47 217 42 0.78 0 0.81 0.15 118.29 0.7 0.51
Hex 2F D9 2A 4E 0 51 F 76 46 33
Octal 57 331 52 116 0 121 17 166 106 63
Binary 101111 11011001 101010 1001110 0 1010001 1111 1110110 1000110 110011

Color Harmonies of #2FD92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FD92A

Black with #2FD92A

Text Example


Text Example

White with #2FD92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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