Html Css Color HEX #41F544 Lime Green

📋 copy color: '#41F544'

red 65 ◦ green 245 ◦ blue 68

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

Shades of Lime Green #41F544

Tints of Lime Green #41F544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 17.2%
G = 64.81%
B = 17.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#41F544 (or 0x41F544) is known color: Lime Green. HEX triplet: 41, F5 and 44. RGB value is (65,245,68). Sum of RGB (Red+Green+Blue) = 65+245+68=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #41F544 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F544 is #BE0ABB. Grayscale: #ABABAB. Windows color (decimal): -12454588 or 4519233. OLE color: 4519233.

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

Color convert

RGB 65 245 68 -
CMYK 0.73 0 0.72 0.04
HSL 121º 0.9% 0.61% -
HSV(B) 121º 0.73% 0.96% -
XYZ 35.88 66.85 16.48 -
YUV 171 69.87 52.39 -
System Red Green Blue C M Y K H S L
Decimal 65 245 68 0.73 0 0.72 0.04 121 0.9 0.61
Hex 41 F5 44 49 0 48 4 79 5A 3D
Octal 101 365 104 111 0 110 4 171 132 75
Binary 1000001 11110101 1000100 1001001 0 1001000 100 1111001 1011010 111101

Color Harmonies of #41F544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F544

Black with #41F544

Text Example


Text Example

White with #41F544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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