#41BE35

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

Shades of Lime Green #41BE35

Tints of Lime Green #41BE35

Color information

#41BE35 (or 0x41BE35) is unknown color: approx Lime Green. HEX triplet: 41, BE and 35. RGB value is (65,190,53). Sum of RGB (Red+Green+Blue) = 65+190+53=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #41BE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BE35 is #BE41CA. Grayscale: #898989. Windows color (decimal): -12468683 or 3522113. OLE color: 3522113.

HSL color Cylindrical-coordinate representation of color #41BE35: hue angle of 114.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41BE35 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB6519053-
CMYK0.6600.720.25
HSL114.74º56.38%47.65%-
HSV(B)114.74º72.11%74.51%-
XYZ21.2438.219.62-
YUV137.0180.5976.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.10%
GREEN value IS 190 (74.61% from 255) = 61.69%
BLUE value IS 53 (21.09% from 255) = 17.21%
R=21.10%
G=61.69%
B=17.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal65190530.6600.720.25114.7456.3847.65
Hex41BE354204819733830
Octal101276651020110311637060
Binary100000110111110110101100001001001000110011110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,190,53); }

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

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

 a { background-color: rgb(65,190,53); }

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

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

 span { border-color: rgb(65,190,53); }

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