#2CD738

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

Shades of Lime Green #2CD738

Tints of Lime Green #2CD738

Color information

#2CD738 (or 0x2CD738) is unknown color: approx Lime Green. HEX triplet: 2C, D7 and 38. RGB value is (44,215,56). Sum of RGB (Red+Green+Blue) = 44+215+56=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD738 is #D328C7. Grayscale: #929292. Windows color (decimal): -13838536 or 3725100. OLE color: 3725100.

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

Color convert

RGB4421556-
CMYK0.8000.740.16
HSL124.21º68.13%50.78%-
HSV(B)124.21º79.53%84.31%-
XYZ26.0549.4211.91-
YUV145.7477.3555.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.97%
GREEN value IS 215 (84.38% from 255) = 68.25%
BLUE value IS 56 (22.27% from 255) = 17.78%
R=13.97%
G=68.25%
B=17.78%

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
Decimal44215560.8000.740.16124.2168.1350.78
Hex2CD7385004A107c4433
Octal543277012001122017410463
Binary101100110101111110001010000010010101000011111001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,215,56); }

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

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

 a { background-color: rgb(44,215,56); }

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

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

 span { border-color: rgb(44,215,56); }

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