#2CD82F

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

Shades of Lime Green #2CD82F

Tints of Lime Green #2CD82F

Color information

#2CD82F (or 0x2CD82F) is unknown color: approx Lime Green. HEX triplet: 2C, D8 and 2F. RGB value is (44,216,47). Sum of RGB (Red+Green+Blue) = 44+216+47=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD82F is #D327D0. Grayscale: #919191. Windows color (decimal): -13838289 or 3135532. OLE color: 3135532.

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

Color convert

RGB4421647-
CMYK0.8000.780.15
HSL121.05º68.8%50.98%-
HSV(B)121.05º79.63%84.71%-
XYZ26.1149.8510.94-
YUV145.3172.5255.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.33%
GREEN value IS 216 (84.77% from 255) = 70.36%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=14.33%
G=70.36%
B=15.31%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal44216470.8000.780.15121.0568.850.98
Hex2CD82F5004EF794533
Octal543305712001161717110563
Binary10110011011000101111101000001001110111111110011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD82F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,216,47); }

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

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

 a { background-color: rgb(44,216,47); }

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

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

 span { border-color: rgb(44,216,47); }

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