#4AC83A

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

Shades of Lime Green #4AC83A

Tints of Lime Green #4AC83A

Color information

#4AC83A (or 0x4AC83A) is unknown color: approx Lime Green. HEX triplet: 4A, C8 and 3A. RGB value is (74,200,58). Sum of RGB (Red+Green+Blue) = 74+200+58=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #4AC83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC83A is #B537C5. Grayscale: #929292. Windows color (decimal): -11876294 or 3852362. OLE color: 3852362.

HSL color Cylindrical-coordinate representation of color #4AC83A: hue angle of 113.24º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AC83A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB7420058-
CMYK0.6300.710.22
HSL113.24º56.35%50.59%-
HSV(B)113.24º71%78.43%-
XYZ24.2443.0711.04-
YUV146.1478.2676.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.29%
GREEN value IS 200 (78.52% from 255) = 60.24%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=22.29%
G=60.24%
B=17.47%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal74200580.6300.710.22113.2456.3550.59
Hex4AC83A3F04716713833
Octal11231072770107261617063
Binary10010101100100011101011111101000111101101110001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,200,58); }

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

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

 a { background-color: rgb(74,200,58); }

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

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

 span { border-color: rgb(74,200,58); }

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