#2AD637

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

Shades of Lime Green #2AD637

Tints of Lime Green #2AD637

Color information

#2AD637 (or 0x2AD637) is unknown color: approx Lime Green. HEX triplet: 2A, D6 and 37. RGB value is (42,214,55). Sum of RGB (Red+Green+Blue) = 42+214+55=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 214 (83.98% from 255 or 68.81% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD637 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD637 is #D529C8. Grayscale: #909090. Windows color (decimal): -13969865 or 3659306. OLE color: 3659306.

HSL color Cylindrical-coordinate representation of color #2AD637: hue angle of 124.53º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD637 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB4221455-
CMYK0.8000.740.16
HSL124.53º67.72%50.2%-
HSV(B)124.53º80.37%83.92%-
XYZ25.6948.8611.69-
YUV144.4577.5254.93-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 214 (83.98% from 255) = 68.81%
BLUE value IS 55 (21.88% from 255) = 17.68%
R=13.50%
G=68.81%
B=17.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal42214550.8000.740.16124.5367.7250.2
Hex2AD6375004A107d4432
Octal523266712001122017510462
Binary101010110101101101111010000010010101000011111011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,214,55); }

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

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

 a { background-color: rgb(42,214,55); }

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

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

 span { border-color: rgb(42,214,55); }

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