Html Css Color HEX #41C53A Lime Green

📋 copy color: '#41C53A'

red 65 ◦ green 197 ◦ blue 58

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

Shades of Lime Green #41C53A

Tints of Lime Green #41C53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 20.31%
G = 61.56%
B = 18.13%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#41C53A (or 0x41C53A) is known color: Lime Green. HEX triplet: 41, C5 and 3A. RGB value is (65,197,58). Sum of RGB (Red+Green+Blue) = 65+197+58=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #41C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C53A is #BE3AC5. Grayscale: #8E8E8E. Windows color (decimal): -12466886 or 3851585. OLE color: 3851585.

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

Color convert

RGB 65 197 58 -
CMYK 0.67 0 0.71 0.23
HSL 116.98º 0.55% 0.5% -
HSV(B) 116.98º 0.71% 0.77% -
XYZ 22.91 41.36 10.78 -
YUV 141.69 80.77 73.3 -
System Red Green Blue C M Y K H S L
Decimal 65 197 58 0.67 0 0.71 0.23 116.98 0.55 0.5
Hex 41 C5 3A 43 0 47 17 75 37 32
Octal 101 305 72 103 0 107 27 165 67 62
Binary 1000001 11000101 111010 1000011 0 1000111 10111 1110101 110111 110010

Color Harmonies of #41C53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C53A

Black with #41C53A

Text Example


Text Example

White with #41C53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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