#2ADF35

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

Shades of Lime Green #2ADF35

Tints of Lime Green #2ADF35

Color information

#2ADF35 (or 0x2ADF35) is unknown color: approx Lime Green. HEX triplet: 2A, DF and 35. RGB value is (42,223,53). Sum of RGB (Red+Green+Blue) = 42+223+53=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #2ADF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADF35 is #D520CA. Grayscale: #969696. Windows color (decimal): -13967563 or 3530538. OLE color: 3530538.

HSL color Cylindrical-coordinate representation of color #2ADF35: hue angle of 123.65º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADF35 is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB4222353-
CMYK0.8100.760.13
HSL123.65º73.88%51.96%-
HSV(B)123.65º81.17%87.45%-
XYZ27.9953.5212.22-
YUV149.573.5351.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.21%
GREEN value IS 223 (87.5% from 255) = 70.13%
BLUE value IS 53 (21.09% from 255) = 16.67%
R=13.21%
G=70.13%
B=16.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal42223530.8100.760.13123.6573.8851.96
Hex2ADF355104CD7c4a34
Octal523376512101141517411264
Binary10101011011111110101101000101001100110111111001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ADF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,223,53); }

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

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

 a { background-color: rgb(42,223,53); }

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

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

 span { border-color: rgb(42,223,53); }

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