Html Css Color HEX #41E42C Lime Green

📋 copy color: '#41E42C'

red 65 ◦ green 228 ◦ blue 44

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

Shades of Lime Green #41E42C

Tints of Lime Green #41E42C

RGB

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

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

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

R = 19.29%
G = 67.66%
B = 13.06%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#41E42C (or 0x41E42C) is known color: Lime Green. HEX triplet: 41, E4 and 2C. RGB value is (65,228,44). Sum of RGB (Red+Green+Blue) = 65+228+44=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 228 (89.45% from 255 or 67.66% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 228 - color contains mainly: green. Hex color #41E42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E42C is #BE1BD3. Grayscale: #9E9E9E. Windows color (decimal): -12458964 or 2942017. OLE color: 2942017.

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

Color convert

RGB 65 228 44 -
CMYK 0.71 0 0.81 0.11
HSL 113.15º 0.77% 0.53% -
HSV(B) 113.15º 0.81% 0.89% -
XYZ 30.38 56.79 11.74 -
YUV 158.29 63.5 61.46 -
System Red Green Blue C M Y K H S L
Decimal 65 228 44 0.71 0 0.81 0.11 113.15 0.77 0.53
Hex 41 E4 2C 47 0 51 B 71 4D 35
Octal 101 344 54 107 0 121 13 161 115 65
Binary 1000001 11100100 101100 1000111 0 1010001 1011 1110001 1001101 110101

Color Harmonies of #41E42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E42C

Black with #41E42C

Text Example


Text Example

White with #41E42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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