Html Css Color HEX #2CDC15 Lime Green

📋 copy color: '#2CDC15'

red 44 ◦ green 220 ◦ blue 21

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

Shades of Lime Green #2CDC15

Tints of Lime Green #2CDC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.37%

R = 15.44%
G = 77.19%
B = 7.37%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#2CDC15 (or 0x2CDC15) is known color: Lime Green. HEX triplet: 2C, DC and 15. RGB value is (44,220,21). Sum of RGB (Red+Green+Blue) = 44+220+21=285 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.44% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CDC15 is #D323EA. Grayscale: #919191. Windows color (decimal): -13837291 or 1432620. OLE color: 1432620.

HSL color Cylindrical-coordinate representation of color #2CDC15: hue angle of 113.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CDC15 is Cyan = 0.8, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 44 220 21 -
CMYK 0.8 0 0.90 0.14
HSL 113.07º 0.83% 0.47% -
HSV(B) 113.07º 0.9% 0.86% -
XYZ 26.77 51.78 9.29 -
YUV 144.69 58.19 56.18 -
System Red Green Blue C M Y K H S L
Decimal 44 220 21 0.8 0 0.90 0.14 113.07 0.83 0.47
Hex 2C DC 15 50 0 5A E 71 53 2F
Octal 54 334 25 120 0 132 16 161 123 57
Binary 101100 11011100 10101 1010000 0 1011010 1110 1110001 1010011 101111

Color Harmonies of #2CDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDC15

Black with #2CDC15

Text Example


Text Example

White with #2CDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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