Html Css Color HEX #41E133 Lime Green

📋 copy color: '#41E133'

red 65 ◦ green 225 ◦ blue 51

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

Shades of Lime Green #41E133

Tints of Lime Green #41E133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.96%

R = 19.06%
G = 65.98%
B = 14.96%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#41E133 (or 0x41E133) is known color: Lime Green. HEX triplet: 41, E1 and 33. RGB value is (65,225,51). Sum of RGB (Red+Green+Blue) = 65+225+51=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #41E133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E133 is #BE1ECC. Grayscale: #9D9D9D. Windows color (decimal): -12459725 or 3400001. OLE color: 3400001.

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

Color convert

RGB 65 225 51 -
CMYK 0.71 0 0.77 0.12
HSL 115.17º 0.74% 0.54% -
HSV(B) 115.17º 0.77% 0.88% -
XYZ 29.7 55.21 12.22 -
YUV 157.32 67.99 62.15 -
System Red Green Blue C M Y K H S L
Decimal 65 225 51 0.71 0 0.77 0.12 115.17 0.74 0.54
Hex 41 E1 33 47 0 4D C 73 4A 36
Octal 101 341 63 107 0 115 14 163 112 66
Binary 1000001 11100001 110011 1000111 0 1001101 1100 1110011 1001010 110110

Color Harmonies of #41E133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E133

Black with #41E133

Text Example


Text Example

White with #41E133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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