#4ADF26

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

Shades of Lime Green #4ADF26

Tints of Lime Green #4ADF26

Color information

#4ADF26 (or 0x4ADF26) is unknown color: approx Lime Green. HEX triplet: 4A, DF and 26. RGB value is (74,223,38). Sum of RGB (Red+Green+Blue) = 74+223+38=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADF26 is #B520D9. Grayscale: #9D9D9D. Windows color (decimal): -11870426 or 2547530. OLE color: 2547530.

HSL color Cylindrical-coordinate representation of color #4ADF26: hue angle of 108.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4ADF26 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB7422338-
CMYK0.6700.830.13
HSL108.32º74.3%51.18%-
HSV(B)108.32º82.96%87.45%-
XYZ29.5654.3710.77-
YUV157.3660.6468.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.09%
GREEN value IS 223 (87.5% from 255) = 66.57%
BLUE value IS 38 (15.23% from 255) = 11.34%
R=22.09%
G=66.57%
B=11.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal74223380.6700.830.13108.3274.351.18
Hex4ADF2643053D6c4a33
Octal1123374610301231515411263
Binary100101011011111100110100001101010011110111011001001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,223,38); }

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

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

 a { background-color: rgb(74,223,38); }

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

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

 span { border-color: rgb(74,223,38); }

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