Html Css Color HEX #2CCD15 Lime Green

📋 copy color: '#2CCD15'

red 44 ◦ green 205 ◦ blue 21

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

Shades of Lime Green #2CCD15

Tints of Lime Green #2CCD15

RGB

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

 GREEN value IS 205 (80.47% from 255) = 75.93%

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

R = 16.3%
G = 75.93%
B = 7.78%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#2CCD15 (or 0x2CCD15) is known color: Lime Green. HEX triplet: 2C, CD and 15. RGB value is (44,205,21). Sum of RGB (Red+Green+Blue) = 44+205+21=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 205 (80.47% from 255 or 75.93% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CCD15 is #D332EA. Grayscale: #888888. Windows color (decimal): -13841131 or 1428780. OLE color: 1428780.

HSL color Cylindrical-coordinate representation of color #2CCD15: hue angle of 112.5º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2CCD15 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 44 205 21 -
CMYK 0.79 0 0.90 0.20
HSL 112.5º 0.81% 0.44% -
HSV(B) 112.5º 0.9% 0.8% -
XYZ 23.01 44.25 8.04 -
YUV 135.89 63.16 62.46 -
System Red Green Blue C M Y K H S L
Decimal 44 205 21 0.79 0 0.90 0.20 112.5 0.81 0.44
Hex 2C CD 15 4F 0 5A 14 70 51 2C
Octal 54 315 25 117 0 132 24 160 121 54
Binary 101100 11001101 10101 1001111 0 1011010 10100 1110000 1010001 101100

Color Harmonies of #2CCD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CCD15

Black with #2CCD15

Text Example


Text Example

White with #2CCD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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