Html Css Color HEX #41D82C Lime Green

📋 copy color: '#41D82C'

red 65 ◦ green 216 ◦ blue 44

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

Shades of Lime Green #41D82C

Tints of Lime Green #41D82C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.46%

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 20%
G = 66.46%
B = 13.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#41D82C (or 0x41D82C) is known color: Lime Green. HEX triplet: 41, D8 and 2C. RGB value is (65,216,44). Sum of RGB (Red+Green+Blue) = 65+216+44=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #41D82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D82C is #BE27D3. Grayscale: #979797. Windows color (decimal): -12462036 or 2938945. OLE color: 2938945.

HSL color Cylindrical-coordinate representation of color #41D82C: hue angle of 112.67º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41D82C is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 65 216 44 -
CMYK 0.70 0 0.80 0.15
HSL 112.67º 0.69% 0.51% -
HSV(B) 112.67º 0.8% 0.85% -
XYZ 27.19 50.42 10.68 -
YUV 151.24 67.47 66.49 -
System Red Green Blue C M Y K H S L
Decimal 65 216 44 0.70 0 0.80 0.15 112.67 0.69 0.51
Hex 41 D8 2C 46 0 50 F 71 45 33
Octal 101 330 54 106 0 120 17 161 105 63
Binary 1000001 11011000 101100 1000110 0 1010000 1111 1110001 1000101 110011

Color Harmonies of #41D82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D82C

Black with #41D82C

Text Example


Text Example

White with #41D82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,216,44); }

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

background-color css

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

 a { background-color: rgb(65,216,44); }

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

border-color css

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

 span { border-color: rgb(65,216,44); }

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