Html Css Color HEX #41F52F Lime Green

📋 copy color: '#41F52F'

red 65 ◦ green 245 ◦ blue 47

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

Shades of Lime Green #41F52F

Tints of Lime Green #41F52F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 68.63%

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

R = 18.21%
G = 68.63%
B = 13.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#41F52F (or 0x41F52F) is known color: Lime Green. HEX triplet: 41, F5 and 2F. RGB value is (65,245,47). Sum of RGB (Red+Green+Blue) = 65+245+47=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 245 (96.09% from 255 or 68.63% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 245 - color contains mainly: green. Hex color #41F52F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F52F is #BE0AD0. Grayscale: #A9A9A9. Windows color (decimal): -12454609 or 3142977. OLE color: 3142977.

HSL color Cylindrical-coordinate representation of color #41F52F: hue angle of 114.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41F52F is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 245 47 -
CMYK 0.73 0 0.81 0.04
HSL 114.55º 0.91% 0.57% -
HSV(B) 114.55º 0.81% 0.96% -
XYZ 35.35 66.63 13.69 -
YUV 168.61 59.37 54.1 -
System Red Green Blue C M Y K H S L
Decimal 65 245 47 0.73 0 0.81 0.04 114.55 0.91 0.57
Hex 41 F5 2F 49 0 51 4 73 5B 39
Octal 101 365 57 111 0 121 4 163 133 71
Binary 1000001 11110101 101111 1001001 0 1010001 100 1110011 1011011 111001

Color Harmonies of #41F52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F52F

Black with #41F52F

Text Example


Text Example

White with #41F52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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