Html Css Color HEX #41E43D Lime Green

📋 copy color: '#41E43D'

red 65 ◦ green 228 ◦ blue 61

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

Shades of Lime Green #41E43D

Tints of Lime Green #41E43D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 64.41%

 BLUE value IS 61 (24.22% from 255) = 17.23%

R = 18.36%
G = 64.41%
B = 17.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#41E43D (or 0x41E43D) is known color: Lime Green. HEX triplet: 41, E4 and 3D. RGB value is (65,228,61). Sum of RGB (Red+Green+Blue) = 65+228+61=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 228 (89.45% from 255 or 64.41% from 354); Blue value is 61 (24.22% from 255 or 17.23% from 354); Max value from RGB is 228 - color contains mainly: green. Hex color #41E43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E43D is #BE1BC2. Grayscale: #A0A0A0. Windows color (decimal): -12458947 or 4056129. OLE color: 4056129.

HSL color Cylindrical-coordinate representation of color #41E43D: hue angle of 118.56º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41E43D is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 65 228 61 -
CMYK 0.71 0 0.73 0.11
HSL 118.56º 0.76% 0.57% -
HSV(B) 118.56º 0.73% 0.89% -
XYZ 30.77 56.95 13.79 -
YUV 160.23 72 60.08 -
System Red Green Blue C M Y K H S L
Decimal 65 228 61 0.71 0 0.73 0.11 118.56 0.76 0.57
Hex 41 E4 3D 47 0 49 B 77 4C 39
Octal 101 344 75 107 0 111 13 167 114 71
Binary 1000001 11100100 111101 1000111 0 1001001 1011 1110111 1001100 111001

Color Harmonies of #41E43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E43D

Black with #41E43D

Text Example


Text Example

White with #41E43D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,228,61); }

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

background-color css

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

 a { background-color: rgb(65,228,61); }

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

border-color css

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

 span { border-color: rgb(65,228,61); }

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