#2DD743

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

Shades of Lime Green #2DD743

Tints of Lime Green #2DD743

Color information

#2DD743 (or 0x2DD743) is unknown color: approx Lime Green. HEX triplet: 2D, D7 and 43. RGB value is (45,215,67). Sum of RGB (Red+Green+Blue) = 45+215+67=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DD743 is #D228BC. Grayscale: #939393. Windows color (decimal): -13772989 or 4445997. OLE color: 4445997.

HSL color Cylindrical-coordinate representation of color #2DD743: hue angle of 127.76º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD743 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB4521567-
CMYK0.7900.690.16
HSL127.76º68%50.98%-
HSV(B)127.76º79.07%84.31%-
XYZ26.449.5613.49-
YUV147.382.6855.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 13.76%
GREEN value IS 215 (84.38% from 255) = 65.75%
BLUE value IS 67 (26.56% from 255) = 20.49%
R=13.76%
G=65.75%
B=20.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal45215670.7900.690.16127.766850.98
Hex2DD7434F04510804433
Octal5532710311701052020010463
Binary10110111010111100001110011110100010110000100000001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DD743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,215,67); }

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

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

 a { background-color: rgb(45,215,67); }

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

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

 span { border-color: rgb(45,215,67); }

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