Html Css Color HEX #41D54B Lime Green

📋 copy color: '#41D54B'

red 65 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #41D54B

Tints of Lime Green #41D54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.34%

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

R = 18.41%
G = 60.34%
B = 21.25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#41D54B (or 0x41D54B) is known color: Lime Green. HEX triplet: 41, D5 and 4B. RGB value is (65,213,75). Sum of RGB (Red+Green+Blue) = 65+213+75=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 213 (83.59% from 255 or 60.34% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 213 - color contains mainly: green. Hex color #41D54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D54B is #BE2AB4. Grayscale: #999999. Windows color (decimal): -12462773 or 4969793. OLE color: 4969793.

HSL color Cylindrical-coordinate representation of color #41D54B: hue angle of 124.05º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D54B is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 75 -
CMYK 0.69 0 0.65 0.16
HSL 124.05º 0.64% 0.55% -
HSV(B) 124.05º 0.69% 0.84% -
XYZ 27.24 49.22 14.72 -
YUV 153.02 83.97 65.22 -
System Red Green Blue C M Y K H S L
Decimal 65 213 75 0.69 0 0.65 0.16 124.05 0.64 0.55
Hex 41 D5 4B 45 0 41 10 7C 40 37
Octal 101 325 113 105 0 101 20 174 100 67
Binary 1000001 11010101 1001011 1000101 0 1000001 10000 1111100 1000000 110111

Color Harmonies of #41D54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D54B

Black with #41D54B

Text Example


Text Example

White with #41D54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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