Html Css Color HEX #41D04B Lime Green

📋 copy color: '#41D04B'

red 65 ◦ green 208 ◦ blue 75

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

Shades of Lime Green #41D04B

Tints of Lime Green #41D04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.77%

 BLUE value IS 75 (29.69% from 255) = 21.55%

R = 18.68%
G = 59.77%
B = 21.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#41D04B (or 0x41D04B) is known color: Lime Green. HEX triplet: 41, D0 and 4B. RGB value is (65,208,75). Sum of RGB (Red+Green+Blue) = 65+208+75=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 208 (81.64% from 255 or 59.77% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 208 - color contains mainly: green. Hex color #41D04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D04B is #BE2FB4. Grayscale: #969696. Windows color (decimal): -12464053 or 4968513. OLE color: 4968513.

HSL color Cylindrical-coordinate representation of color #41D04B: hue angle of 124.2º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D04B is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 75 -
CMYK 0.69 0 0.64 0.18
HSL 124.2º 0.6% 0.54% -
HSV(B) 124.2º 0.69% 0.82% -
XYZ 26.01 46.74 14.31 -
YUV 150.08 85.62 67.31 -
System Red Green Blue C M Y K H S L
Decimal 65 208 75 0.69 0 0.64 0.18 124.2 0.6 0.54
Hex 41 D0 4B 45 0 40 12 7C 3C 36
Octal 101 320 113 105 0 100 22 174 74 66
Binary 1000001 11010000 1001011 1000101 0 1000000 10010 1111100 111100 110110

Color Harmonies of #41D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D04B

Black with #41D04B

Text Example


Text Example

White with #41D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,208,75); }

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

background-color css

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

 a { background-color: rgb(65,208,75); }

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

border-color css

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

 span { border-color: rgb(65,208,75); }

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