Html Css Color HEX #41C044 Lime Green

📋 copy color: '#41C044'

red 65 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #41C044

Tints of Lime Green #41C044

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 68 (26.95% from 255) = 20.92%

R = 20%
G = 59.08%
B = 20.92%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#41C044 (or 0x41C044) is known color: Lime Green. HEX triplet: 41, C0 and 44. RGB value is (65,192,68). Sum of RGB (Red+Green+Blue) = 65+192+68=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #41C044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C044 is #BE3FBB. Grayscale: #8C8C8C. Windows color (decimal): -12468156 or 4505665. OLE color: 4505665.

HSL color Cylindrical-coordinate representation of color #41C044: hue angle of 121.42º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C044 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 192 68 -
CMYK 0.66 0 0.65 0.25
HSL 121.42º 0.5% 0.5% -
HSV(B) 121.42º 0.66% 0.75% -
XYZ 22.07 39.24 11.88 -
YUV 139.89 87.42 74.58 -
System Red Green Blue C M Y K H S L
Decimal 65 192 68 0.66 0 0.65 0.25 121.42 0.5 0.5
Hex 41 C0 44 42 0 41 19 79 32 32
Octal 101 300 104 102 0 101 31 171 62 62
Binary 1000001 11000000 1000100 1000010 0 1000001 11001 1111001 110010 110010

Color Harmonies of #41C044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C044

Black with #41C044

Text Example


Text Example

White with #41C044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,192,68); }

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

background-color css

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

 a { background-color: rgb(65,192,68); }

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

border-color css

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

 span { border-color: rgb(65,192,68); }

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