Html Css Color HEX #41C94C Lime Green

📋 copy color: '#41C94C'

red 65 ◦ green 201 ◦ blue 76

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

Shades of Lime Green #41C94C

Tints of Lime Green #41C94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 19.01%
G = 58.77%
B = 22.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#41C94C (or 0x41C94C) is known color: Lime Green. HEX triplet: 41, C9 and 4C. RGB value is (65,201,76). Sum of RGB (Red+Green+Blue) = 65+201+76=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 201 (78.91% from 255 or 58.77% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 201 - color contains mainly: green. Hex color #41C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C94C is #BE36B3. Grayscale: #929292. Windows color (decimal): -12465844 or 5032257. OLE color: 5032257.

HSL color Cylindrical-coordinate representation of color #41C94C: hue angle of 124.85º 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 #41C94C is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 201 76 -
CMYK 0.68 0 0.62 0.21
HSL 124.85º 0.56% 0.52% -
HSV(B) 124.85º 0.68% 0.79% -
XYZ 24.37 43.42 13.93 -
YUV 146.09 88.44 70.16 -
System Red Green Blue C M Y K H S L
Decimal 65 201 76 0.68 0 0.62 0.21 124.85 0.56 0.52
Hex 41 C9 4C 44 0 3E 15 7D 38 34
Octal 101 311 114 104 0 76 25 175 70 64
Binary 1000001 11001001 1001100 1000100 0 111110 10101 1111101 111000 110100

Color Harmonies of #41C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C94C

Black with #41C94C

Text Example


Text Example

White with #41C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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