#41CE48

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

Shades of Lime Green #41CE48

Tints of Lime Green #41CE48

Color information

#41CE48 (or 0x41CE48) is unknown color: approx Lime Green. HEX triplet: 41, CE and 48. RGB value is (65,206,72). Sum of RGB (Red+Green+Blue) = 65+206+72=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE48 is #BE31B7. Grayscale: #949494. Windows color (decimal): -12464568 or 4771393. OLE color: 4771393.

HSL color Cylindrical-coordinate representation of color #41CE48: hue angle of 122.98º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CE48 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB6520672-
CMYK0.6800.650.19
HSL122.98º59%53.14%-
HSV(B)122.98º68.45%80.78%-
XYZ25.4245.7313.62-
YUV148.5684.7968.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 206 (80.86% from 255) = 60.06%
BLUE value IS 72 (28.52% from 255) = 20.99%
R=18.95%
G=60.06%
B=20.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65206720.6800.650.19122.985953.14
Hex41CE4844041137b3b35
Octal1013161101040101231737365
Binary1000001110011101001000100010001000001100111111011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,206,72); }

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

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

 a { background-color: rgb(65,206,72); }

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

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

 span { border-color: rgb(65,206,72); }

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