#41c634

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

Shades of Lime Green #41C634

Tints of Lime Green #41C634

Color information

#41C634 (or 0x41C634) is unknown color: approx Lime Green. HEX triplet: 41, C6 and 34. RGB value is (65,198,52). Sum of RGB (Red+Green+Blue) = 65+198+52=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 198 (77.73% from 255 or 62.86% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 198 - color contains mainly: green. Hex color #41C634 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C634 is #BE39CB. Grayscale: #8E8E8E. Windows color (decimal): -12466636 or 3458625. OLE color: 3458625.

HSL color Cylindrical-coordinate representation of color #41C634: hue angle of 114.66º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41C634 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB6519852-
CMYK0.6700.740.22
HSL114.66º58.4%49.02%-
HSV(B)114.66º73.74%77.65%-
XYZ22.9941.7610.1-
YUV141.5977.4473.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.63%
GREEN value IS 198 (77.73% from 255) = 62.86%
BLUE value IS 52 (20.70% from 255) = 16.51%
R=20.63%
G=62.86%
B=16.51%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65198520.6700.740.22114.6658.449.02
Hex41C6344304A16733a31
Octal101306641030112261637261
Binary100000111000110110100100001101001010101101110011111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41c634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,198,52); }

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

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

 a { background-color: rgb(65,198,52); }

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

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

 span { border-color: rgb(65,198,52); }

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