Html Css Color HEX #2DCD1C Lime Green

📋 copy color: '#2DCD1C'

red 45 ◦ green 205 ◦ blue 28

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

Shades of Lime Green #2DCD1C

Tints of Lime Green #2DCD1C

RGB

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

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

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

R = 16.19%
G = 73.74%
B = 10.07%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#2DCD1C (or 0x2DCD1C) is known color: Lime Green. HEX triplet: 2D, CD and 1C. RGB value is (45,205,28). Sum of RGB (Red+Green+Blue) = 45+205+28=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD1C is #D232E3. Grayscale: #898989. Windows color (decimal): -13775588 or 1887533. OLE color: 1887533.

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

Color convert

RGB 45 205 28 -
CMYK 0.78 0 0.86 0.20
HSL 114.24º 0.76% 0.46% -
HSV(B) 114.24º 0.86% 0.8% -
XYZ 23.12 44.3 8.43 -
YUV 136.98 66.49 62.39 -
System Red Green Blue C M Y K H S L
Decimal 45 205 28 0.78 0 0.86 0.20 114.24 0.76 0.46
Hex 2D CD 1C 4E 0 56 14 72 4C 2E
Octal 55 315 34 116 0 126 24 162 114 56
Binary 101101 11001101 11100 1001110 0 1010110 10100 1110010 1001100 101110

Color Harmonies of #2DCD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DCD1C

Black with #2DCD1C

Text Example


Text Example

White with #2DCD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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