#41B93D

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

Shades of Lime Green #41B93D

Tints of Lime Green #41B93D

Color information

#41B93D (or 0x41B93D) is unknown color: approx Lime Green. HEX triplet: 41, B9 and 3D. RGB value is (65,185,61). Sum of RGB (Red+Green+Blue) = 65+185+61=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 185 (72.66% from 255 or 59.49% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 185 - color contains mainly: green. Hex color #41B93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B93D is #BE46C2. Grayscale: #878787. Windows color (decimal): -12469955 or 4045121. OLE color: 4045121.

HSL color Cylindrical-coordinate representation of color #41B93D: hue angle of 118.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41B93D is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB6518561-
CMYK0.6500.670.27
HSL118.06º50.41%48.24%-
HSV(B)118.06º67.03%72.55%-
XYZ20.3736.1610.32-
YUV134.9886.2478.08-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 185 (72.66% from 255) = 59.49%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=20.90%
G=59.49%
B=19.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal65185610.6500.670.27118.0650.4148.24
Hex41B93D410431B763230
Octal101271751010103331666260
Binary100000110111001111101100000101000011110111110110110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,185,61); }

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

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

 a { background-color: rgb(65,185,61); }

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

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

 span { border-color: rgb(65,185,61); }

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