Html Css Color HEX #41F145 Lime Green

📋 copy color: '#41F145'

red 65 ◦ green 241 ◦ blue 69

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

Shades of Lime Green #41F145

Tints of Lime Green #41F145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.27%

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 17.33%
G = 64.27%
B = 18.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#41F145 (or 0x41F145) is known color: Lime Green. HEX triplet: 41, F1 and 45. RGB value is (65,241,69). Sum of RGB (Red+Green+Blue) = 65+241+69=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 241 (94.53% from 255 or 64.27% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 241 - color contains mainly: green. Hex color #41F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F145 is #BE0EBA. Grayscale: #A9A9A9. Windows color (decimal): -12455611 or 4583745. OLE color: 4583745.

HSL color Cylindrical-coordinate representation of color #41F145: hue angle of 121.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F145 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 241 69 -
CMYK 0.73 0 0.71 0.05
HSL 121.36º 0.86% 0.6% -
HSV(B) 121.36º 0.73% 0.95% -
XYZ 34.71 64.46 16.24 -
YUV 168.77 71.69 53.99 -
System Red Green Blue C M Y K H S L
Decimal 65 241 69 0.73 0 0.71 0.05 121.36 0.86 0.6
Hex 41 F1 45 49 0 47 5 79 56 3C
Octal 101 361 105 111 0 107 5 171 126 74
Binary 1000001 11110001 1000101 1001001 0 1000111 101 1111001 1010110 111100

Color Harmonies of #41F145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F145

Black with #41F145

Text Example


Text Example

White with #41F145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,241,69); }

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

background-color css

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

 a { background-color: rgb(65,241,69); }

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

border-color css

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

 span { border-color: rgb(65,241,69); }

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