#41B434

Color #41B434 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #41B434

Tints of Lime Green #41B434

Color information

#41B434 (or 0x41B434) is unknown color: approx Lime Green. HEX triplet: 41, B4 and 34. RGB value is (65,180,52). Sum of RGB (Red+Green+Blue) = 65+180+52=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #41B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B434 is #BE4BCB. Grayscale: #838383. Windows color (decimal): -12471244 or 3454017. OLE color: 3454017.

HSL color Cylindrical-coordinate representation of color #41B434: hue angle of 113.91º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41B434 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB6518052-
CMYK0.6400.710.29
HSL113.91º55.17%45.49%-
HSV(B)113.91º71.11%70.59%-
XYZ19.1234.018.81-
YUV131.0283.480.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 180 (70.70% from 255) = 60.61%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=21.89%
G=60.61%
B=17.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal65180520.6400.710.29113.9155.1745.49
Hex41B434400471D72372d
Octal101264641000107351626755
Binary100000110110100110100100000001000111111011110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41B434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,180,52); }

 H1.HeaderClassName
 {
   color: #41B434;
 }
 .AnyTagClassName
 {
   color: #41B434;
 }
</style>
background-color css

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

 a { background-color: rgb(65,180,52); }

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

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

 span { border-color: rgb(65,180,52); }

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