Html Css Color HEX #41C52E Lime Green

📋 copy color: '#41C52E'

red 65 ◦ green 197 ◦ blue 46

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

Shades of Lime Green #41C52E

Tints of Lime Green #41C52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 63.96%

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 21.1%
G = 63.96%
B = 14.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#41C52E (or 0x41C52E) is known color: Lime Green. HEX triplet: 41, C5 and 2E. RGB value is (65,197,46). Sum of RGB (Red+Green+Blue) = 65+197+46=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #41C52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C52E is #BE3AD1. Grayscale: #8C8C8C. Windows color (decimal): -12466898 or 3065153. OLE color: 3065153.

HSL color Cylindrical-coordinate representation of color #41C52E: hue angle of 112.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41C52E is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 197 46 -
CMYK 0.67 0 0.77 0.23
HSL 112.45º 0.62% 0.48% -
HSV(B) 112.45º 0.77% 0.77% -
XYZ 22.64 41.25 9.35 -
YUV 140.32 74.77 74.28 -
System Red Green Blue C M Y K H S L
Decimal 65 197 46 0.67 0 0.77 0.23 112.45 0.62 0.48
Hex 41 C5 2E 43 0 4D 17 70 3E 30
Octal 101 305 56 103 0 115 27 160 76 60
Binary 1000001 11000101 101110 1000011 0 1001101 10111 1110000 111110 110000

Color Harmonies of #41C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C52E

Black with #41C52E

Text Example


Text Example

White with #41C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,197,46); }

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

background-color css

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

 a { background-color: rgb(65,197,46); }

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

border-color css

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

 span { border-color: rgb(65,197,46); }

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