Html Css Color HEX #41DD3B Lime Green

📋 copy color: '#41DD3B'

red 65 ◦ green 221 ◦ blue 59

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

Shades of Lime Green #41DD3B

Tints of Lime Green #41DD3B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 64.06%

 BLUE value IS 59 (23.44% from 255) = 17.1%

R = 18.84%
G = 64.06%
B = 17.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#41DD3B (or 0x41DD3B) is known color: Lime Green. HEX triplet: 41, DD and 3B. RGB value is (65,221,59). Sum of RGB (Red+Green+Blue) = 65+221+59=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 221 (86.72% from 255 or 64.06% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DD3B is #BE22C4. Grayscale: #9C9C9C. Windows color (decimal): -12460741 or 3923265. OLE color: 3923265.

HSL color Cylindrical-coordinate representation of color #41DD3B: hue angle of 117.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41DD3B is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 221 59 -
CMYK 0.71 0 0.73 0.13
HSL 117.78º 0.7% 0.55% -
HSV(B) 117.78º 0.73% 0.87% -
XYZ 28.83 53.15 12.88 -
YUV 155.89 73.32 63.17 -
System Red Green Blue C M Y K H S L
Decimal 65 221 59 0.71 0 0.73 0.13 117.78 0.7 0.55
Hex 41 DD 3B 47 0 49 D 76 46 37
Octal 101 335 73 107 0 111 15 166 106 67
Binary 1000001 11011101 111011 1000111 0 1001001 1101 1110110 1000110 110111

Color Harmonies of #41DD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DD3B

Black with #41DD3B

Text Example


Text Example

White with #41DD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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