Html Css Color HEX #41E42E Lime Green

📋 copy color: '#41E42E'

red 65 ◦ green 228 ◦ blue 46

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

Shades of Lime Green #41E42E

Tints of Lime Green #41E42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 19.17%
G = 67.26%
B = 13.57%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#41E42E (or 0x41E42E) is known color: Lime Green. HEX triplet: 41, E4 and 2E. RGB value is (65,228,46). Sum of RGB (Red+Green+Blue) = 65+228+46=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 228 (89.45% from 255 or 67.26% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 228 - color contains mainly: green. Hex color #41E42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E42E is #BE1BD1. Grayscale: #9F9F9F. Windows color (decimal): -12458962 or 3073089. OLE color: 3073089.

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

Color convert

RGB 65 228 46 -
CMYK 0.71 0 0.80 0.11
HSL 113.74º 0.77% 0.54% -
HSV(B) 113.74º 0.8% 0.89% -
XYZ 30.42 56.81 11.95 -
YUV 158.52 64.5 61.3 -
System Red Green Blue C M Y K H S L
Decimal 65 228 46 0.71 0 0.80 0.11 113.74 0.77 0.54
Hex 41 E4 2E 47 0 50 B 72 4D 36
Octal 101 344 56 107 0 120 13 162 115 66
Binary 1000001 11100100 101110 1000111 0 1010000 1011 1110010 1001101 110110

Color Harmonies of #41E42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E42E

Black with #41E42E

Text Example


Text Example

White with #41E42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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