Html Css Color HEX #2FFF41 Lime Green

📋 copy color: '#2FFF41'

red 47 ◦ green 255 ◦ blue 65

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

Shades of Lime Green #2FFF41

Tints of Lime Green #2FFF41

RGB

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

 GREEN value IS 255 (100% from 255) = 69.48%

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

R = 12.81%
G = 69.48%
B = 17.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#2FFF41 (or 0x2FFF41) is known color: Lime Green. HEX triplet: 2F, FF and 41. RGB value is (47,255,65). Sum of RGB (Red+Green+Blue) = 47+255+65=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF41 is #D000BE. Grayscale: #ABABAB. Windows color (decimal): -13631679 or 4325167. OLE color: 4325167.

HSL color Cylindrical-coordinate representation of color #2FFF41: hue angle of 125.19º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF41 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 47 255 65 -
CMYK 0.82 0 0.75 0
HSL 125.19º 1% 0.59% -
HSV(B) 125.19º 0.82% 1% -
XYZ 37.89 72.51 17 -
YUV 171.15 68.09 39.45 -
System Red Green Blue C M Y K H S L
Decimal 47 255 65 0.82 0 0.75 0 125.19 1 0.59
Hex 2F FF 41 52 0 4B 0 7D 64 3B
Octal 57 377 101 122 0 113 0 175 144 73
Binary 101111 11111111 1000001 1010010 0 1001011 0 1111101 1100100 111011

Color Harmonies of #2FFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FFF41

Black with #2FFF41

Text Example


Text Example

White with #2FFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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