Html Css Color HEX #41DE2D Lime Green

📋 copy color: '#41DE2D'

red 65 ◦ green 222 ◦ blue 45

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

Shades of Lime Green #41DE2D

Tints of Lime Green #41DE2D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 66.87%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 19.58%
G = 66.87%
B = 13.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#41DE2D (or 0x41DE2D) is known color: Lime Green. HEX triplet: 41, DE and 2D. RGB value is (65,222,45). Sum of RGB (Red+Green+Blue) = 65+222+45=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 222 (87.11% from 255 or 66.87% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DE2D is #BE21D2. Grayscale: #9B9B9B. Windows color (decimal): -12460499 or 3006017. OLE color: 3006017.

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

Color convert

RGB 65 222 45 -
CMYK 0.71 0 0.80 0.13
HSL 113.22º 0.73% 0.52% -
HSV(B) 113.22º 0.8% 0.87% -
XYZ 28.77 53.56 11.3 -
YUV 154.88 65.99 63.89 -
System Red Green Blue C M Y K H S L
Decimal 65 222 45 0.71 0 0.80 0.13 113.22 0.73 0.52
Hex 41 DE 2D 47 0 50 D 71 49 34
Octal 101 336 55 107 0 120 15 161 111 64
Binary 1000001 11011110 101101 1000111 0 1010000 1101 1110001 1001001 110100

Color Harmonies of #41DE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DE2D

Black with #41DE2D

Text Example


Text Example

White with #41DE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,222,45); }

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

background-color css

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

 a { background-color: rgb(65,222,45); }

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

border-color css

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

 span { border-color: rgb(65,222,45); }

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