Html Css Color HEX #41D536 Lime Green

📋 copy color: '#41D536'

red 65 ◦ green 213 ◦ blue 54

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

Shades of Lime Green #41D536

Tints of Lime Green #41D536

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.16%

 BLUE value IS 54 (21.48% from 255) = 16.27%

R = 19.58%
G = 64.16%
B = 16.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#41D536 (or 0x41D536) is known color: Lime Green. HEX triplet: 41, D5 and 36. RGB value is (65,213,54). Sum of RGB (Red+Green+Blue) = 65+213+54=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 213 (83.59% from 255 or 64.16% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 213 - color contains mainly: green. Hex color #41D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D536 is #BE2AC9. Grayscale: #979797. Windows color (decimal): -12462794 or 3593537. OLE color: 3593537.

HSL color Cylindrical-coordinate representation of color #41D536: hue angle of 115.85º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41D536 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 54 -
CMYK 0.69 0 0.75 0.16
HSL 115.85º 0.65% 0.52% -
HSV(B) 115.85º 0.75% 0.84% -
XYZ 26.64 48.98 11.54 -
YUV 150.62 73.47 66.93 -
System Red Green Blue C M Y K H S L
Decimal 65 213 54 0.69 0 0.75 0.16 115.85 0.65 0.52
Hex 41 D5 36 45 0 4B 10 74 41 34
Octal 101 325 66 105 0 113 20 164 101 64
Binary 1000001 11010101 110110 1000101 0 1001011 10000 1110100 1000001 110100

Color Harmonies of #41D536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D536

Black with #41D536

Text Example


Text Example

White with #41D536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,213,54); }

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

background-color css

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

 a { background-color: rgb(65,213,54); }

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

border-color css

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

 span { border-color: rgb(65,213,54); }

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