Html Css Color HEX #2FFD3A Lime Green

📋 copy color: '#2FFD3A'

red 47 ◦ green 253 ◦ blue 58

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

Shades of Lime Green #2FFD3A

Tints of Lime Green #2FFD3A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 70.67%

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 13.13%
G = 70.67%
B = 16.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#2FFD3A (or 0x2FFD3A) is known color: Lime Green. HEX triplet: 2F, FD and 3A. RGB value is (47,253,58). Sum of RGB (Red+Green+Blue) = 47+253+58=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 253 (99.22% from 255 or 70.67% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD3A is #D002C5. Grayscale: #A9A9A9. Windows color (decimal): -13632198 or 3865903. OLE color: 3865903.

HSL color Cylindrical-coordinate representation of color #2FFD3A: hue angle of 123.2º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD3A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 58 -
CMYK 0.81 0 0.77 0.01
HSL 123.2º 0.98% 0.59% -
HSV(B) 123.2º 0.81% 0.99% -
XYZ 37.06 71.16 15.78 -
YUV 169.18 65.25 40.86 -
System Red Green Blue C M Y K H S L
Decimal 47 253 58 0.81 0 0.77 0.01 123.2 0.98 0.59
Hex 2F FD 3A 51 0 4D 1 7B 62 3B
Octal 57 375 72 121 0 115 1 173 142 73
Binary 101111 11111101 111010 1010001 0 1001101 1 1111011 1100010 111011

Color Harmonies of #2FFD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD3A

Black with #2FFD3A

Text Example


Text Example

White with #2FFD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,253,58); }

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

background-color css

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

 a { background-color: rgb(47,253,58); }

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

border-color css

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

 span { border-color: rgb(47,253,58); }

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