Html Css Color HEX #41EB32 Lime Green

📋 copy color: '#41EB32'

red 65 ◦ green 235 ◦ blue 50

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

Shades of Lime Green #41EB32

Tints of Lime Green #41EB32

RGB

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

 GREEN value IS 235 (92.19% from 255) = 67.14%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 18.57%
G = 67.14%
B = 14.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#41EB32 (or 0x41EB32) is known color: Lime Green. HEX triplet: 41, EB and 32. RGB value is (65,235,50). Sum of RGB (Red+Green+Blue) = 65+235+50=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 235 (92.19% from 255 or 67.14% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 235 - color contains mainly: green. Hex color #41EB32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EB32 is #BE14CD. Grayscale: #A3A3A3. Windows color (decimal): -12457166 or 3337025. OLE color: 3337025.

HSL color Cylindrical-coordinate representation of color #41EB32: hue angle of 115.14º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #41EB32 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 235 50 -
CMYK 0.72 0 0.79 0.08
HSL 115.14º 0.82% 0.56% -
HSV(B) 115.14º 0.79% 0.92% -
XYZ 32.46 60.77 13.04 -
YUV 163.08 64.18 58.04 -
System Red Green Blue C M Y K H S L
Decimal 65 235 50 0.72 0 0.79 0.08 115.14 0.82 0.56
Hex 41 EB 32 48 0 4F 8 73 52 38
Octal 101 353 62 110 0 117 10 163 122 70
Binary 1000001 11101011 110010 1001000 0 1001111 1000 1110011 1010010 111000

Color Harmonies of #41EB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EB32

Black with #41EB32

Text Example


Text Example

White with #41EB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,235,50); }

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

background-color css

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

 a { background-color: rgb(65,235,50); }

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

border-color css

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

 span { border-color: rgb(65,235,50); }

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