Html Css Color HEX #2CDC40 Lime Green

📋 copy color: '#2CDC40'

red 44 ◦ green 220 ◦ blue 64

#2CDC40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2CDC40

Tints of Lime Green #2CDC40

RGB

 RED value IS 44 (17.58% from 255) = 13.41%

 GREEN value IS 220 (86.33% from 255) = 67.07%

 BLUE value IS 64 (25.39% from 255) = 19.51%

R = 13.41%
G = 67.07%
B = 19.51%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#2CDC40 (or 0x2CDC40) is known color: Lime Green. HEX triplet: 2C, DC and 40. RGB value is (44,220,64). Sum of RGB (Red+Green+Blue) = 44+220+64=328 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.41% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDC40 is #D323BF. Grayscale: #969696. Windows color (decimal): -13837248 or 4250668. OLE color: 4250668.

HSL color Cylindrical-coordinate representation of color #2CDC40: hue angle of 126.82º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDC40 is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 220 64 -
CMYK 0.8 0 0.71 0.14
HSL 126.82º 0.72% 0.52% -
HSV(B) 126.82º 0.8% 0.86% -
XYZ 27.56 52.09 13.45 -
YUV 149.59 79.69 52.68 -
System Red Green Blue C M Y K H S L
Decimal 44 220 64 0.8 0 0.71 0.14 126.82 0.72 0.52
Hex 2C DC 40 50 0 47 E 7F 48 34
Octal 54 334 100 120 0 107 16 177 110 64
Binary 101100 11011100 1000000 1010000 0 1000111 1110 1111111 1001000 110100

Color Harmonies of #2CDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDC40

Black with #2CDC40

Text Example


Text Example

White with #2CDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,220,64); }

 H1.HeaderClassName
 {
   color: #2CDC40;
 }
 .AnyTagClassName
 {
   color: #2CDC40;
 }
</style>

background-color css

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

 a { background-color: rgb(44,220,64); }

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

border-color css

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

 span { border-color: rgb(44,220,64); }

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