Html Css Color HEX #2DCC1C Lime Green

📋 copy color: '#2DCC1C'

red 45 ◦ green 204 ◦ blue 28

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

Shades of Lime Green #2DCC1C

Tints of Lime Green #2DCC1C

RGB

 RED value IS 45 (17.97% from 255) = 16.25%

 GREEN value IS 204 (80.08% from 255) = 73.65%

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 16.25%
G = 73.65%
B = 10.11%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#2DCC1C (or 0x2DCC1C) is known color: Lime Green. HEX triplet: 2D, CC and 1C. RGB value is (45,204,28). Sum of RGB (Red+Green+Blue) = 45+204+28=277 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.25% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #2DCC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCC1C is #D233E3. Grayscale: #888888. Windows color (decimal): -13775844 or 1887277. OLE color: 1887277.

HSL color Cylindrical-coordinate representation of color #2DCC1C: hue angle of 114.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2DCC1C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 204 28 -
CMYK 0.78 0 0.86 0.2
HSL 114.2º 0.76% 0.45% -
HSV(B) 114.2º 0.86% 0.8% -
XYZ 22.88 43.83 8.35 -
YUV 136.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 45 204 28 0.78 0 0.86 0.2 114.2 0.76 0.45
Hex 2D CC 1C 4E 0 56 14 72 4C 2D
Octal 55 314 34 116 0 126 24 162 114 55
Binary 101101 11001100 11100 1001110 0 1010110 10100 1110010 1001100 101101

Color Harmonies of #2DCC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCC1C

Black with #2DCC1C

Text Example


Text Example

White with #2DCC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,204,28); }

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

background-color css

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

 a { background-color: rgb(45,204,28); }

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

border-color css

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

 span { border-color: rgb(45,204,28); }

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