Html Css Color HEX #41C954 Lime Green

📋 copy color: '#41C954'

red 65 ◦ green 201 ◦ blue 84

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

Shades of Lime Green #41C954

Tints of Lime Green #41C954

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.43%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 18.57%
G = 57.43%
B = 24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#41C954 (or 0x41C954) is known color: Lime Green. HEX triplet: 41, C9 and 54. RGB value is (65,201,84). Sum of RGB (Red+Green+Blue) = 65+201+84=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #41C954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C954 is #BE36AB. Grayscale: #939393. Windows color (decimal): -12465836 or 5556545. OLE color: 5556545.

HSL color Cylindrical-coordinate representation of color #41C954: hue angle of 128.38º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C954 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 201 84 -
CMYK 0.68 0 0.58 0.21
HSL 128.38º 0.56% 0.52% -
HSV(B) 128.38º 0.68% 0.79% -
XYZ 24.67 43.54 15.49 -
YUV 147 92.44 69.51 -
System Red Green Blue C M Y K H S L
Decimal 65 201 84 0.68 0 0.58 0.21 128.38 0.56 0.52
Hex 41 C9 54 44 0 3A 15 80 38 34
Octal 101 311 124 104 0 72 25 200 70 64
Binary 1000001 11001001 1010100 1000100 0 111010 10101 10000000 111000 110100

Color Harmonies of #41C954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C954

Black with #41C954

Text Example


Text Example

White with #41C954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,201,84); }

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

background-color css

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

 a { background-color: rgb(65,201,84); }

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

border-color css

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

 span { border-color: rgb(65,201,84); }

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