Html Css Color HEX #41E752 Lime Green

📋 copy color: '#41E752'

red 65 ◦ green 231 ◦ blue 82

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

Shades of Lime Green #41E752

Tints of Lime Green #41E752

RGB

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

 GREEN value IS 231 (90.63% from 255) = 61.11%

 BLUE value IS 82 (32.42% from 255) = 21.69%

R = 17.2%
G = 61.11%
B = 21.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#41E752 (or 0x41E752) is known color: Lime Green. HEX triplet: 41, E7 and 52. RGB value is (65,231,82). Sum of RGB (Red+Green+Blue) = 65+231+82=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 231 (90.62% from 255 or 61.11% from 378); Blue value is 82 (32.42% from 255 or 21.69% from 378); Max value from RGB is 231 - color contains mainly: green. Hex color #41E752 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #41E752 is #BE18AD. Grayscale: #A4A4A4. Windows color (decimal): -12458158 or 5433153. OLE color: 5433153.

HSL color Cylindrical-coordinate representation of color #41E752: hue angle of 126.14º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E752 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 82 -
CMYK 0.72 0 0.65 0.09
HSL 126.14º 0.78% 0.58% -
HSV(B) 126.14º 0.72% 0.91% -
XYZ 32.28 58.88 17.65 -
YUV 164.38 81.5 57.12 -
System Red Green Blue C M Y K H S L
Decimal 65 231 82 0.72 0 0.65 0.09 126.14 0.78 0.58
Hex 41 E7 52 48 0 41 9 7E 4E 3A
Octal 101 347 122 110 0 101 11 176 116 72
Binary 1000001 11100111 1010010 1001000 0 1000001 1001 1111110 1001110 111010

Color Harmonies of #41E752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E752

Black with #41E752

Text Example


Text Example

White with #41E752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,231,82); }

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

background-color css

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

 a { background-color: rgb(65,231,82); }

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

border-color css

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

 span { border-color: rgb(65,231,82); }

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