#4AEE33

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

Shades of Lime Green #4AEE33

Tints of Lime Green #4AEE33

Color information

#4AEE33 (or 0x4AEE33) is unknown color: approx Lime Green. HEX triplet: 4A, EE and 33. RGB value is (74,238,51). Sum of RGB (Red+Green+Blue) = 74+238+51=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #4AEE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AEE33 is #B511CC. Grayscale: #A8A8A8. Windows color (decimal): -11866573 or 3403338. OLE color: 3403338.

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

Color convert

RGB7423851-
CMYK0.6900.790.07
HSL112.62º84.62%56.67%-
HSV(B)112.62º78.57%93.33%-
XYZ3462.8413.47-
YUV167.6562.1761.21-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.39%
GREEN value IS 238 (93.36% from 255) = 65.56%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=20.39%
G=65.56%
B=14.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74238510.6900.790.07112.6284.6256.67
Hex4AEE334504F7715539
Octal112356631050117716112571
Binary10010101110111011001110001010100111111111100011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AEE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,238,51); }

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

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

 a { background-color: rgb(74,238,51); }

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

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

 span { border-color: rgb(74,238,51); }

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