Html Css Color HEX #41F037 Lime Green

📋 copy color: '#41F037'

red 65 ◦ green 240 ◦ blue 55

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

Shades of Lime Green #41F037

Tints of Lime Green #41F037

RGB

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

 GREEN value IS 240 (94.14% from 255) = 66.67%

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 18.06%
G = 66.67%
B = 15.28%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#41F037 (or 0x41F037) is known color: Lime Green. HEX triplet: 41, F0 and 37. RGB value is (65,240,55). Sum of RGB (Red+Green+Blue) = 65+240+55=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 240 (94.14% from 255 or 66.67% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 240 - color contains mainly: green. Hex color #41F037 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F037 is #BE0FC8. Grayscale: #A7A7A7. Windows color (decimal): -12455881 or 3665985. OLE color: 3665985.

HSL color Cylindrical-coordinate representation of color #41F037: hue angle of 116.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41F037 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 240 55 -
CMYK 0.73 0 0.77 0.06
HSL 116.76º 0.86% 0.58% -
HSV(B) 116.76º 0.77% 0.94% -
XYZ 34.03 63.72 14.12 -
YUV 166.59 65.02 55.54 -
System Red Green Blue C M Y K H S L
Decimal 65 240 55 0.73 0 0.77 0.06 116.76 0.86 0.58
Hex 41 F0 37 49 0 4D 6 75 56 3A
Octal 101 360 67 111 0 115 6 165 126 72
Binary 1000001 11110000 110111 1001001 0 1001101 110 1110101 1010110 111010

Color Harmonies of #41F037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F037

Black with #41F037

Text Example


Text Example

White with #41F037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,240,55); }

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

background-color css

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

 a { background-color: rgb(65,240,55); }

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

border-color css

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

 span { border-color: rgb(65,240,55); }

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