#41D54C

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

Shades of Lime Green #41D54C

Tints of Lime Green #41D54C

Color information

#41D54C (or 0x41D54C) is unknown color: approx Lime Green. HEX triplet: 41, D5 and 4C. RGB value is (65,213,76). Sum of RGB (Red+Green+Blue) = 65+213+76=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 213 (83.59% from 255 or 60.17% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 213 - color contains mainly: green. Hex color #41D54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D54C is #BE2AB3. Grayscale: #999999. Windows color (decimal): -12462772 or 5035329. OLE color: 5035329.

HSL color Cylindrical-coordinate representation of color #41D54C: hue angle of 124.46º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D54C is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB6521376-
CMYK0.6900.640.16
HSL124.46º63.79%54.51%-
HSV(B)124.46º69.48%83.53%-
XYZ27.2849.2314.9-
YUV153.1384.4765.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.36%
GREEN value IS 213 (83.59% from 255) = 60.17%
BLUE value IS 76 (30.08% from 255) = 21.47%
R=18.36%
G=60.17%
B=21.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65213760.6900.640.16124.4663.7954.51
Hex41D54C45040107c4037
Octal10132511410501002017410067
Binary10000011101010110011001000101010000001000011111001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,213,76); }

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

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

 a { background-color: rgb(65,213,76); }

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

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

 span { border-color: rgb(65,213,76); }

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