#2CDA37

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

Shades of Lime Green #2CDA37

Tints of Lime Green #2CDA37

Color information

#2CDA37 (or 0x2CDA37) is unknown color: approx Lime Green. HEX triplet: 2C, DA and 37. RGB value is (44,218,55). Sum of RGB (Red+Green+Blue) = 44+218+55=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 218 (85.55% from 255 or 68.77% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA37 is #D325C8. Grayscale: #939393. Windows color (decimal): -13837769 or 3660332. OLE color: 3660332.

HSL color Cylindrical-coordinate representation of color #2CDA37: hue angle of 123.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDA37 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB4421855-
CMYK0.8000.750.15
HSL123.79º70.16%51.37%-
HSV(B)123.79º79.82%85.49%-
XYZ26.850.9512.04-
YUV147.3975.8554.25-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.88%
GREEN value IS 218 (85.55% from 255) = 68.77%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=13.88%
G=68.77%
B=17.35%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44218550.8000.750.15123.7970.1651.37
Hex2CDA375004BF7c4633
Octal543326712001131717410663
Binary10110011011010110111101000001001011111111111001000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,218,55); }

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

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

 a { background-color: rgb(44,218,55); }

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

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

 span { border-color: rgb(44,218,55); }

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