#41CB50

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

Shades of Lime Green #41CB50

Tints of Lime Green #41CB50

Color information

#41CB50 (or 0x41CB50) is unknown color: approx Lime Green. HEX triplet: 41, CB and 50. RGB value is (65,203,80). Sum of RGB (Red+Green+Blue) = 65+203+80=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 203 (79.69% from 255 or 58.33% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 203 - color contains mainly: green. Hex color #41CB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CB50 is #BE34AF. Grayscale: #949494. Windows color (decimal): -12465328 or 5294913. OLE color: 5294913.

HSL color Cylindrical-coordinate representation of color #41CB50: hue angle of 126.52º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CB50 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB6520380-
CMYK0.6800.610.20
HSL126.52º57.02%52.55%-
HSV(B)126.52º67.98%79.61%-
XYZ24.9844.4114.85-
YUV147.7289.7869-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 203 (79.69% from 255) = 58.33%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=18.68%
G=58.33%
B=22.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65203800.6800.610.20126.5257.0252.55
Hex41CB504403D147f3935
Octal101313120104075241777165
Binary100000111001011101000010001000111101101001111111111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,203,80); }

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

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

 a { background-color: rgb(65,203,80); }

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

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

 span { border-color: rgb(65,203,80); }

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