Html Css Color HEX #41B537 Lime Green

📋 copy color: '#41B537'

red 65 ◦ green 181 ◦ blue 55

#41B537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #41B537

Tints of Lime Green #41B537

RGB

 RED value IS 65 (25.78% from 255) = 21.59%

 GREEN value IS 181 (71.09% from 255) = 60.13%

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 21.59%
G = 60.13%
B = 18.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#41B537 (or 0x41B537) is known color: Lime Green. HEX triplet: 41, B5 and 37. RGB value is (65,181,55). Sum of RGB (Red+Green+Blue) = 65+181+55=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #41B537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B537 is #BE4AC8. Grayscale: #848484. Windows color (decimal): -12470985 or 3650881. OLE color: 3650881.

HSL color Cylindrical-coordinate representation of color #41B537: hue angle of 115.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41B537 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB 65 181 55 -
CMYK 0.64 0 0.70 0.29
HSL 115.24º 0.53% 0.46% -
HSV(B) 115.24º 0.7% 0.71% -
XYZ 19.39 34.45 9.24 -
YUV 131.95 84.57 80.25 -
System Red Green Blue C M Y K H S L
Decimal 65 181 55 0.64 0 0.70 0.29 115.24 0.53 0.46
Hex 41 B5 37 40 0 46 1D 73 35 2E
Octal 101 265 67 100 0 106 35 163 65 56
Binary 1000001 10110101 110111 1000000 0 1000110 11101 1110011 110101 101110

Color Harmonies of #41B537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41B537

Black with #41B537

Text Example


Text Example

White with #41B537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,181,55); }

 H1.HeaderClassName
 {
   color: #41B537;
 }
 .AnyTagClassName
 {
   color: #41B537;
 }
</style>

background-color css

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

 a { background-color: rgb(65,181,55); }

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

border-color css

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

 span { border-color: rgb(65,181,55); }

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