#41BD3B

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

Shades of Lime Green #41BD3B

Tints of Lime Green #41BD3B

Color information

#41BD3B (or 0x41BD3B) is unknown color: approx Lime Green. HEX triplet: 41, BD and 3B. RGB value is (65,189,59). Sum of RGB (Red+Green+Blue) = 65+189+59=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 189 (74.22% from 255 or 60.38% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 189 - color contains mainly: green. Hex color #41BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BD3B is #BE42C4. Grayscale: #898989. Windows color (decimal): -12468933 or 3915073. OLE color: 3915073.

HSL color Cylindrical-coordinate representation of color #41BD3B: hue angle of 117.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BD3B is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB6518959-
CMYK0.6600.690.26
HSL117.23º52.42%48.63%-
HSV(B)117.23º68.78%74.12%-
XYZ21.1737.8310.32-
YUV137.183.9276.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.77%
GREEN value IS 189 (74.22% from 255) = 60.38%
BLUE value IS 59 (23.44% from 255) = 18.85%
R=20.77%
G=60.38%
B=18.85%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal65189590.6600.690.26117.2352.4248.63
Hex41BD3B420451A753431
Octal101275731020105321656461
Binary100000110111101111011100001001000101110101110101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,189,59); }

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

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

 a { background-color: rgb(65,189,59); }

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

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

 span { border-color: rgb(65,189,59); }

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