Html Css Color HEX #41EC38 Lime Green

📋 copy color: '#41EC38'

red 65 ◦ green 236 ◦ blue 56

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

Shades of Lime Green #41EC38

Tints of Lime Green #41EC38

RGB

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

 GREEN value IS 236 (92.58% from 255) = 66.11%

 BLUE value IS 56 (22.27% from 255) = 15.69%

R = 18.21%
G = 66.11%
B = 15.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#41EC38 (or 0x41EC38) is known color: Lime Green. HEX triplet: 41, EC and 38. RGB value is (65,236,56). Sum of RGB (Red+Green+Blue) = 65+236+56=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 236 (92.58% from 255 or 66.11% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC38 is #BE13C7. Grayscale: #A4A4A4. Windows color (decimal): -12456904 or 3730497. OLE color: 3730497.

HSL color Cylindrical-coordinate representation of color #41EC38: hue angle of 117º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41EC38 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 236 56 -
CMYK 0.72 0 0.76 0.07
HSL 117º 0.83% 0.57% -
HSV(B) 117º 0.76% 0.93% -
XYZ 32.89 61.4 13.86 -
YUV 164.35 66.85 57.14 -
System Red Green Blue C M Y K H S L
Decimal 65 236 56 0.72 0 0.76 0.07 117 0.83 0.57
Hex 41 EC 38 48 0 4C 7 75 53 39
Octal 101 354 70 110 0 114 7 165 123 71
Binary 1000001 11101100 111000 1001000 0 1001100 111 1110101 1010011 111001

Color Harmonies of #41EC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EC38

Black with #41EC38

Text Example


Text Example

White with #41EC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,236,56); }

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

background-color css

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

 a { background-color: rgb(65,236,56); }

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

border-color css

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

 span { border-color: rgb(65,236,56); }

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