#2AF033

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

Shades of Lime Green #2AF033

Tints of Lime Green #2AF033

Color information

#2AF033 (or 0x2AF033) is unknown color: approx Lime Green. HEX triplet: 2A, F0 and 33. RGB value is (42,240,51). Sum of RGB (Red+Green+Blue) = 42+240+51=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 240 (94.14% from 255 or 72.07% from 333); Blue value is 51 (20.31% from 255 or 15.32% from 333); Max value from RGB is 240 - color contains mainly: green. Hex color #2AF033 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AF033 is #D50FCC. Grayscale: #9F9F9F. Windows color (decimal): -13963213 or 3403818. OLE color: 3403818.

HSL color Cylindrical-coordinate representation of color #2AF033: hue angle of 122.73º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AF033 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB4224051-
CMYK0.8200.790.06
HSL122.73º86.84%55.29%-
HSV(B)122.73º82.5%94.12%-
XYZ32.7163.0513.58-
YUV159.2566.944.37-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.61%
GREEN value IS 240 (94.14% from 255) = 72.07%
BLUE value IS 51 (20.31% from 255) = 15.32%
R=12.61%
G=72.07%
B=15.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal42240510.8200.790.06122.7386.8455.29
Hex2AF0335204F67b5737
Octal52360631220117617312767
Binary1010101111000011001110100100100111111011110111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AF033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,240,51); }

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

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

 a { background-color: rgb(42,240,51); }

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

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

 span { border-color: rgb(42,240,51); }

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