Html Css Color HEX #41F82F Lime Green

📋 copy color: '#41F82F'

red 65 ◦ green 248 ◦ blue 47

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

Shades of Lime Green #41F82F

Tints of Lime Green #41F82F

RGB

 RED value IS 65 (25.78% from 255) = 18.06%

 GREEN value IS 248 (97.27% from 255) = 68.89%

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 18.06%
G = 68.89%
B = 13.06%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#41F82F (or 0x41F82F) is known color: Lime Green. HEX triplet: 41, F8 and 2F. RGB value is (65,248,47). Sum of RGB (Red+Green+Blue) = 65+248+47=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #41F82F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F82F is #BE07D0. Grayscale: #AAAAAA. Windows color (decimal): -12453841 or 3143745. OLE color: 3143745.

HSL color Cylindrical-coordinate representation of color #41F82F: hue angle of 114.63º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41F82F is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 65 248 47 -
CMYK 0.74 0 0.81 0.03
HSL 114.63º 0.93% 0.58% -
HSV(B) 114.63º 0.81% 0.97% -
XYZ 36.26 68.46 13.99 -
YUV 170.37 58.37 52.84 -
System Red Green Blue C M Y K H S L
Decimal 65 248 47 0.74 0 0.81 0.03 114.63 0.93 0.58
Hex 41 F8 2F 4A 0 51 3 73 5D 3A
Octal 101 370 57 112 0 121 3 163 135 72
Binary 1000001 11111000 101111 1001010 0 1010001 11 1110011 1011101 111010

Color Harmonies of #41F82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F82F

Black with #41F82F

Text Example


Text Example

White with #41F82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41F82F; }

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

 H1.HeaderClassName
 {
   color: #41F82F;
 }
 .AnyTagClassName
 {
   color: #41F82F;
 }
</style>

background-color css

<style>
 a { background-color: #41F82F; }

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

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

border-color css

<style>
 span { border-color: #41F82F; }

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

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