Html Css Color HEX #41E748 Lime Green

📋 copy color: '#41E748'

red 65 ◦ green 231 ◦ blue 72

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

Shades of Lime Green #41E748

Tints of Lime Green #41E748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 17.66%
G = 62.77%
B = 19.57%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#41E748 (or 0x41E748) is known color: Lime Green. HEX triplet: 41, E7 and 48. RGB value is (65,231,72). Sum of RGB (Red+Green+Blue) = 65+231+72=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 231 (90.62% from 255 or 62.77% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 231 - color contains mainly: green. Hex color #41E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E748 is #BE18B7. Grayscale: #A3A3A3. Windows color (decimal): -12458168 or 4777793. OLE color: 4777793.

HSL color Cylindrical-coordinate representation of color #41E748: hue angle of 122.53º 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 #41E748 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 231 72 -
CMYK 0.72 0 0.69 0.09
HSL 122.53º 0.78% 0.58% -
HSV(B) 122.53º 0.72% 0.91% -
XYZ 31.93 58.74 15.79 -
YUV 163.24 76.5 57.93 -
System Red Green Blue C M Y K H S L
Decimal 65 231 72 0.72 0 0.69 0.09 122.53 0.78 0.58
Hex 41 E7 48 48 0 45 9 7B 4E 3A
Octal 101 347 110 110 0 105 11 173 116 72
Binary 1000001 11100111 1001000 1001000 0 1000101 1001 1111011 1001110 111010

Color Harmonies of #41E748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E748

Black with #41E748

Text Example


Text Example

White with #41E748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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