#2AFD38

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

Shades of Lime Green #2AFD38

Tints of Lime Green #2AFD38

Color information

#2AFD38 (or 0x2AFD38) is unknown color: approx Lime Green. HEX triplet: 2A, FD and 38. RGB value is (42,253,56). Sum of RGB (Red+Green+Blue) = 42+253+56=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 253 (99.22% from 255 or 72.08% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 253 - color contains mainly: green. Hex color #2AFD38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AFD38 is #D502C7. Grayscale: #A8A8A8. Windows color (decimal): -13959880 or 3734826. OLE color: 3734826.

HSL color Cylindrical-coordinate representation of color #2AFD38: hue angle of 123.98º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFD38 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB4225356-
CMYK0.8300.780.01
HSL123.98º98.14%57.84%-
HSV(B)123.98º83.4%99.22%-
XYZ36.7971.0315.51-
YUV167.4565.138.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.97%
GREEN value IS 253 (99.22% from 255) = 72.08%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=11.97%
G=72.08%
B=15.95%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal42253560.8300.780.01123.9898.1457.84
Hex2AFD385304E17c623a
Octal52375701230116117414272
Binary10101011111101111000101001101001110111111001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFD38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2AFD38; }

 p { color: rgb(42,253,56); }

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

<style>
 a { background-color: #2AFD38; }

 a { background-color: rgb(42,253,56); }

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

<style>
 span { border-color: #2AFD38; }

 span { border-color: rgb(42,253,56); }

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