#4AF938

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

Shades of Lime Green #4AF938

Tints of Lime Green #4AF938

Color information

#4AF938 (or 0x4AF938) is unknown color: approx Lime Green. HEX triplet: 4A, F9 and 38. RGB value is (74,249,56). Sum of RGB (Red+Green+Blue) = 74+249+56=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF938 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4AF938 is #B506C7. Grayscale: #AFAFAF. Windows color (decimal): -11863752 or 3733834. OLE color: 3733834.

HSL color Cylindrical-coordinate representation of color #4AF938: hue angle of 114.4º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AF938 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB7424956-
CMYK0.7000.780.02
HSL114.4º94.15%59.8%-
HSV(B)114.4º77.51%97.65%-
XYZ37.4169.4915.18-
YUV174.6761.0256.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.53%
GREEN value IS 249 (97.66% from 255) = 65.70%
BLUE value IS 56 (22.27% from 255) = 14.78%
R=19.53%
G=65.70%
B=14.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal74249560.7000.780.02114.494.1559.8
Hex4AF9384604E2725e3c
Octal112371701060116216213674
Binary1001010111110011110001000110010011101011100101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,249,56); }

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

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

 a { background-color: rgb(74,249,56); }

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

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

 span { border-color: rgb(74,249,56); }

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