Html Css Color HEX #41D731 Lime Green

📋 copy color: '#41D731'

red 65 ◦ green 215 ◦ blue 49

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

Shades of Lime Green #41D731

Tints of Lime Green #41D731

RGB

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

 GREEN value IS 215 (84.38% from 255) = 65.35%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 19.76%
G = 65.35%
B = 14.89%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#41D731 (or 0x41D731) is known color: Lime Green. HEX triplet: 41, D7 and 31. RGB value is (65,215,49). Sum of RGB (Red+Green+Blue) = 65+215+49=329 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.76% from 329); Green value is 215 (84.38% from 255 or 65.35% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 215 - color contains mainly: green. Hex color #41D731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D731 is #BE28CE. Grayscale: #979797. Windows color (decimal): -12462287 or 3266369. OLE color: 3266369.

HSL color Cylindrical-coordinate representation of color #41D731: hue angle of 114.22º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41D731 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 215 49 -
CMYK 0.70 0 0.77 0.16
HSL 114.22º 0.67% 0.52% -
HSV(B) 114.22º 0.77% 0.84% -
XYZ 27.03 49.95 11.12 -
YUV 151.23 70.31 66.5 -
System Red Green Blue C M Y K H S L
Decimal 65 215 49 0.70 0 0.77 0.16 114.22 0.67 0.52
Hex 41 D7 31 46 0 4D 10 72 43 34
Octal 101 327 61 106 0 115 20 162 103 64
Binary 1000001 11010111 110001 1000110 0 1001101 10000 1110010 1000011 110100

Color Harmonies of #41D731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D731

Black with #41D731

Text Example


Text Example

White with #41D731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,215,49); }

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

background-color css

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

 a { background-color: rgb(65,215,49); }

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

border-color css

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

 span { border-color: rgb(65,215,49); }

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