#41C94E

Color #41C94E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #41C94E

Tints of Lime Green #41C94E

Color information

#41C94E (or 0x41C94E) is unknown color: approx Lime Green. HEX triplet: 41, C9 and 4E. RGB value is (65,201,78). Sum of RGB (Red+Green+Blue) = 65+201+78=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #41C94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C94E is #BE36B1. Grayscale: #929292. Windows color (decimal): -12465842 or 5163329. OLE color: 5163329.

HSL color Cylindrical-coordinate representation of color #41C94E: hue angle of 125.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C94E is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB6520178-
CMYK0.6800.610.21
HSL125.74º55.74%52.16%-
HSV(B)125.74º67.66%78.82%-
XYZ24.4443.4514.31-
YUV146.3189.4470-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.90%
GREEN value IS 201 (78.91% from 255) = 58.43%
BLUE value IS 78 (30.86% from 255) = 22.67%
R=18.90%
G=58.43%
B=22.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65201780.6800.610.21125.7455.7452.16
Hex41C94E4403D157e3834
Octal101311116104075251767064
Binary100000111001001100111010001000111101101011111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,201,78); }

 H1.HeaderClassName
 {
   color: #41C94E;
 }
 .AnyTagClassName
 {
   color: #41C94E;
 }
</style>
background-color css

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

 a { background-color: rgb(65,201,78); }

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

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

 span { border-color: rgb(65,201,78); }

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