Html Css Color HEX #41E14B Lime Green

📋 copy color: '#41E14B'

red 65 ◦ green 225 ◦ blue 75

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

Shades of Lime Green #41E14B

Tints of Lime Green #41E14B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.64%

 BLUE value IS 75 (29.69% from 255) = 20.55%

R = 17.81%
G = 61.64%
B = 20.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#41E14B (or 0x41E14B) is known color: Lime Green. HEX triplet: 41, E1 and 4B. RGB value is (65,225,75). Sum of RGB (Red+Green+Blue) = 65+225+75=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 225 (88.28% from 255 or 61.64% from 365); Blue value is 75 (29.69% from 255 or 20.55% from 365); Max value from RGB is 225 - color contains mainly: green. Hex color #41E14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E14B is #BE1EB4. Grayscale: #A0A0A0. Windows color (decimal): -12459701 or 4972865. OLE color: 4972865.

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

Color convert

RGB 65 225 75 -
CMYK 0.71 0 0.67 0.12
HSL 123.75º 0.73% 0.57% -
HSV(B) 123.75º 0.71% 0.88% -
XYZ 30.38 55.48 15.76 -
YUV 160.06 79.99 60.2 -
System Red Green Blue C M Y K H S L
Decimal 65 225 75 0.71 0 0.67 0.12 123.75 0.73 0.57
Hex 41 E1 4B 47 0 43 C 7C 49 39
Octal 101 341 113 107 0 103 14 174 111 71
Binary 1000001 11100001 1001011 1000111 0 1000011 1100 1111100 1001001 111001

Color Harmonies of #41E14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E14B

Black with #41E14B

Text Example


Text Example

White with #41E14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,225,75); }

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

background-color css

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

 a { background-color: rgb(65,225,75); }

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

border-color css

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

 span { border-color: rgb(65,225,75); }

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