Html Css Color HEX #41BA42 Lime Green

📋 copy color: '#41BA42'

red 65 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #41BA42

Tints of Lime Green #41BA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.68%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 20.5%
G = 58.68%
B = 20.82%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#41BA42 (or 0x41BA42) is known color: Lime Green. HEX triplet: 41, BA and 42. RGB value is (65,186,66). Sum of RGB (Red+Green+Blue) = 65+186+66=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #41BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41BA42 is #BE45BD. Grayscale: #888888. Windows color (decimal): -12469694 or 4373057. OLE color: 4373057.

HSL color Cylindrical-coordinate representation of color #41BA42: hue angle of 120.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BA42 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 186 66 -
CMYK 0.65 0 0.65 0.27
HSL 120.5º 0.48% 0.49% -
HSV(B) 120.5º 0.65% 0.73% -
XYZ 20.72 36.63 11.13 -
YUV 136.14 88.41 77.26 -
System Red Green Blue C M Y K H S L
Decimal 65 186 66 0.65 0 0.65 0.27 120.5 0.48 0.49
Hex 41 BA 42 41 0 41 1B 78 30 31
Octal 101 272 102 101 0 101 33 170 60 61
Binary 1000001 10111010 1000010 1000001 0 1000001 11011 1111000 110000 110001

Color Harmonies of #41BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BA42

Black with #41BA42

Text Example


Text Example

White with #41BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,186,66); }

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

background-color css

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

 a { background-color: rgb(65,186,66); }

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

border-color css

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

 span { border-color: rgb(65,186,66); }

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