#2DC623

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

Shades of Lime Green #2DC623

Tints of Lime Green #2DC623

Color information

#2DC623 (or 0x2DC623) is unknown color: approx Lime Green. HEX triplet: 2D, C6 and 23. RGB value is (45,198,35). Sum of RGB (Red+Green+Blue) = 45+198+35=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 198 (77.73% from 255 or 71.22% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC623 is #D239DC. Grayscale: #868686. Windows color (decimal): -13777373 or 2344493. OLE color: 2344493.

HSL color Cylindrical-coordinate representation of color #2DC623: hue angle of 116.32º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DC623 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB4519835-
CMYK0.7700.820.22
HSL116.32º69.96%45.69%-
HSV(B)116.32º82.32%77.65%-
XYZ21.5841.078.38-
YUV133.6772.3164.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.19%
GREEN value IS 198 (77.73% from 255) = 71.22%
BLUE value IS 35 (14.06% from 255) = 12.59%
R=16.19%
G=71.22%
B=12.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45198350.7700.820.22116.3269.9645.69
Hex2DC6234D0521674462e
Octal553064311501222616410656
Binary101101110001101000111001101010100101011011101001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DC623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,198,35); }

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

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

 a { background-color: rgb(45,198,35); }

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

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

 span { border-color: rgb(45,198,35); }

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