#2CDA3D

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

Shades of Lime Green #2CDA3D

Tints of Lime Green #2CDA3D

Color information

#2CDA3D (or 0x2CDA3D) is unknown color: approx Lime Green. HEX triplet: 2C, DA and 3D. RGB value is (44,218,61). Sum of RGB (Red+Green+Blue) = 44+218+61=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 218 (85.55% from 255 or 67.49% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 218 - color contains mainly: green. Hex color #2CDA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDA3D is #D325C2. Grayscale: #949494. Windows color (decimal): -13837763 or 4053548. OLE color: 4053548.

HSL color Cylindrical-coordinate representation of color #2CDA3D: hue angle of 125.86º 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 #2CDA3D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB4421861-
CMYK0.8000.720.15
HSL125.86º70.16%51.37%-
HSV(B)125.86º79.82%85.49%-
XYZ26.9551.0212.84-
YUV148.0878.8553.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.62%
GREEN value IS 218 (85.55% from 255) = 67.49%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=13.62%
G=67.49%
B=18.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44218610.8000.720.15125.8670.1651.37
Hex2CDA3D50048F7e4633
Octal543327512001101717610663
Binary10110011011010111101101000001001000111111111101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CDA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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