#2CD24A

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

Shades of Lime Green #2CD24A

Tints of Lime Green #2CD24A

Color information

#2CD24A (or 0x2CD24A) is unknown color: approx Lime Green. HEX triplet: 2C, D2 and 4A. RGB value is (44,210,74). Sum of RGB (Red+Green+Blue) = 44+210+74=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD24A is #D32DB5. Grayscale: #919191. Windows color (decimal): -13839798 or 4903468. OLE color: 4903468.

HSL color Cylindrical-coordinate representation of color #2CD24A: hue angle of 130.84º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD24A is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB4421074-
CMYK0.7900.650.18
HSL130.84º65.35%49.8%-
HSV(B)130.84º79.05%82.35%-
XYZ25.3247.1214.24-
YUV144.868856.06-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.41%
GREEN value IS 210 (82.42% from 255) = 64.02%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=13.41%
G=64.02%
B=22.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal44210740.7900.650.18130.8465.3549.8
Hex2CD24A4F04112834132
Octal5432211211701012220310162
Binary10110011010010100101010011110100000110010100000111000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CD24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,210,74); }

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

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

 a { background-color: rgb(44,210,74); }

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

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

 span { border-color: rgb(44,210,74); }

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