#4AF341

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

Shades of Lime Green #4AF341

Tints of Lime Green #4AF341

Color information

#4AF341 (or 0x4AF341) is unknown color: approx Lime Green. HEX triplet: 4A, F3 and 41. RGB value is (74,243,65). Sum of RGB (Red+Green+Blue) = 74+243+65=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #4AF341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF341 is #B50CBE. Grayscale: #ACACAC. Windows color (decimal): -11865279 or 4322122. OLE color: 4322122.

HSL color Cylindrical-coordinate representation of color #4AF341: hue angle of 116.97º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4AF341 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB7424365-
CMYK0.7000.730.05
HSL116.97º88.12%60.39%-
HSV(B)116.97º73.25%95.29%-
XYZ35.8365.9415.84-
YUV172.1867.5157.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.37%
GREEN value IS 243 (95.31% from 255) = 63.61%
BLUE value IS 65 (25.78% from 255) = 17.02%
R=19.37%
G=63.61%
B=17.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal74243650.7000.730.05116.9788.1260.39
Hex4AF34146049575583c
Octal1123631011060111516513074
Binary100101011110011100000110001100100100110111101011011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AF341; }

 p { color: rgb(74,243,65); }

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

<style>
 a { background-color: #4AF341; }

 a { background-color: rgb(74,243,65); }

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

<style>
 span { border-color: #4AF341; }

 span { border-color: rgb(74,243,65); }

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