#4aed2b

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

Shades of Lime Green #4AED2B

Tints of Lime Green #4AED2B

Color information

#4AED2B (or 0x4AED2B) is unknown color: approx Lime Green. HEX triplet: 4A, ED and 2B. RGB value is (74,237,43). Sum of RGB (Red+Green+Blue) = 74+237+43=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 237 (92.97% from 255 or 66.95% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 237 - color contains mainly: green. Hex color #4AED2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AED2B is #B512D4. Grayscale: #A6A6A6. Windows color (decimal): -11866837 or 2878794. OLE color: 2878794.

HSL color Cylindrical-coordinate representation of color #4AED2B: hue angle of 110.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4AED2B is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB7423743-
CMYK0.6900.820.07
HSL110.41º84.35%54.9%-
HSV(B)110.41º81.86%92.94%-
XYZ33.5462.212.52-
YUV166.1558.562.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.90%
GREEN value IS 237 (92.97% from 255) = 66.95%
BLUE value IS 43 (17.19% from 255) = 12.15%
R=20.90%
G=66.95%
B=12.15%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74237430.6900.820.07110.4184.3554.9
Hex4AED2B4505276e5437
Octal112355531050122715612467
Binary10010101110110110101110001010101001011111011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4aed2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,237,43); }

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

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

 a { background-color: rgb(74,237,43); }

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

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

 span { border-color: rgb(74,237,43); }

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