Html Css Color HEX #41DE2C Lime Green

📋 copy color: '#41DE2C'

red 65 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #41DE2C

Tints of Lime Green #41DE2C

RGB

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

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

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

R = 19.64%
G = 67.07%
B = 13.29%

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

#41DE2C (or 0x41DE2C) is known color: Lime Green. HEX triplet: 41, DE and 2C. RGB value is (65,222,44). Sum of RGB (Red+Green+Blue) = 65+222+44=331 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.64% from 331); Green value is 222 (87.11% from 255 or 67.07% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 222 - color contains mainly: green. Hex color #41DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DE2C is #BE21D3. Grayscale: #9B9B9B. Windows color (decimal): -12460500 or 2940481. OLE color: 2940481.

HSL color Cylindrical-coordinate representation of color #41DE2C: hue angle of 112.92º 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 #41DE2C is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 65 222 44 -
CMYK 0.71 0 0.80 0.13
HSL 112.92º 0.73% 0.52% -
HSV(B) 112.92º 0.8% 0.87% -
XYZ 28.76 53.55 11.2 -
YUV 154.77 65.49 63.97 -
System Red Green Blue C M Y K H S L
Decimal 65 222 44 0.71 0 0.80 0.13 112.92 0.73 0.52
Hex 41 DE 2C 47 0 50 D 71 49 34
Octal 101 336 54 107 0 120 15 161 111 64
Binary 1000001 11011110 101100 1000111 0 1010000 1101 1110001 1001001 110100

Color Harmonies of #41DE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41DE2C

Black with #41DE2C

Text Example


Text Example

White with #41DE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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