Html Css Color HEX #2FFD41 Lime Green

📋 copy color: '#2FFD41'

red 47 ◦ green 253 ◦ blue 65

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

Shades of Lime Green #2FFD41

Tints of Lime Green #2FFD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.81%

R = 12.88%
G = 69.32%
B = 17.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#2FFD41 (or 0x2FFD41) is known color: Lime Green. HEX triplet: 2F, FD and 41. RGB value is (47,253,65). Sum of RGB (Red+Green+Blue) = 47+253+65=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 253 (99.22% from 255 or 69.32% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD41 is #D002BE. Grayscale: #AAAAAA. Windows color (decimal): -13632191 or 4324655. OLE color: 4324655.

HSL color Cylindrical-coordinate representation of color #2FFD41: hue angle of 125.24º 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 #2FFD41 is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 253 65 -
CMYK 0.81 0 0.74 0.01
HSL 125.24º 0.98% 0.59% -
HSV(B) 125.24º 0.81% 0.99% -
XYZ 37.25 71.24 16.79 -
YUV 169.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 47 253 65 0.81 0 0.74 0.01 125.24 0.98 0.59
Hex 2F FD 41 51 0 4A 1 7D 62 3B
Octal 57 375 101 121 0 112 1 175 142 73
Binary 101111 11111101 1000001 1010001 0 1001010 1 1111101 1100010 111011

Color Harmonies of #2FFD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFD41

Black with #2FFD41

Text Example


Text Example

White with #2FFD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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