Html Css Color HEX #41E12B Lime Green

📋 copy color: '#41E12B'

red 65 ◦ green 225 ◦ blue 43

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

Shades of Lime Green #41E12B

Tints of Lime Green #41E12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.91%

R = 19.52%
G = 67.57%
B = 12.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#41E12B (or 0x41E12B) is known color: Lime Green. HEX triplet: 41, E1 and 2B. RGB value is (65,225,43). Sum of RGB (Red+Green+Blue) = 65+225+43=333 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.52% from 333); Green value is 225 (88.28% from 255 or 67.57% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 225 - color contains mainly: green. Hex color #41E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E12B is #BE1ED4. Grayscale: #9C9C9C. Windows color (decimal): -12459733 or 2875713. OLE color: 2875713.

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

Color convert

RGB 65 225 43 -
CMYK 0.71 0 0.81 0.12
HSL 112.75º 0.75% 0.53% -
HSV(B) 112.75º 0.81% 0.88% -
XYZ 29.54 55.15 11.37 -
YUV 156.41 63.99 62.8 -
System Red Green Blue C M Y K H S L
Decimal 65 225 43 0.71 0 0.81 0.12 112.75 0.75 0.53
Hex 41 E1 2B 47 0 51 C 71 4B 35
Octal 101 341 53 107 0 121 14 161 113 65
Binary 1000001 11100001 101011 1000111 0 1010001 1100 1110001 1001011 110101

Color Harmonies of #41E12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E12B

Black with #41E12B

Text Example


Text Example

White with #41E12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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