Html Css Color HEX #41C34D Lime Green

📋 copy color: '#41C34D'

red 65 ◦ green 195 ◦ blue 77

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

Shades of Lime Green #41C34D

Tints of Lime Green #41C34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.86%

 BLUE value IS 77 (30.47% from 255) = 22.85%

R = 19.29%
G = 57.86%
B = 22.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#41C34D (or 0x41C34D) is known color: Lime Green. HEX triplet: 41, C3 and 4D. RGB value is (65,195,77). Sum of RGB (Red+Green+Blue) = 65+195+77=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #41C34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41C34D is #BE3CB2. Grayscale: #8F8F8F. Windows color (decimal): -12467379 or 5096257. OLE color: 5096257.

HSL color Cylindrical-coordinate representation of color #41C34D: hue angle of 125.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C34D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 195 77 -
CMYK 0.67 0 0.61 0.24
HSL 125.54º 0.52% 0.51% -
HSV(B) 125.54º 0.67% 0.76% -
XYZ 23.03 40.69 13.66 -
YUV 142.68 90.93 72.59 -
System Red Green Blue C M Y K H S L
Decimal 65 195 77 0.67 0 0.61 0.24 125.54 0.52 0.51
Hex 41 C3 4D 43 0 3D 18 7E 34 33
Octal 101 303 115 103 0 75 30 176 64 63
Binary 1000001 11000011 1001101 1000011 0 111101 11000 1111110 110100 110011

Color Harmonies of #41C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C34D

Black with #41C34D

Text Example


Text Example

White with #41C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,195,77); }

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

background-color css

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

 a { background-color: rgb(65,195,77); }

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

border-color css

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

 span { border-color: rgb(65,195,77); }

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