Html Css Color HEX #2DC550 Lime Green

📋 copy color: '#2DC550'

red 45 ◦ green 197 ◦ blue 80

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

Shades of Lime Green #2DC550

Tints of Lime Green #2DC550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 61.18%

 BLUE value IS 80 (31.64% from 255) = 24.84%

R = 13.98%
G = 61.18%
B = 24.84%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#2DC550 (or 0x2DC550) is known color: Lime Green. HEX triplet: 2D, C5 and 50. RGB value is (45,197,80). Sum of RGB (Red+Green+Blue) = 45+197+80=322 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.98% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC550 is #D23AAF. Grayscale: #8A8A8A. Windows color (decimal): -13777584 or 5293357. OLE color: 5293357.

HSL color Cylindrical-coordinate representation of color #2DC550: hue angle of 133.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC550 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 45 197 80 -
CMYK 0.77 0 0.59 0.23
HSL 133.82º 0.63% 0.47% -
HSV(B) 133.82º 0.77% 0.77% -
XYZ 22.5 41.07 14.33 -
YUV 138.21 95.14 61.51 -
System Red Green Blue C M Y K H S L
Decimal 45 197 80 0.77 0 0.59 0.23 133.82 0.63 0.47
Hex 2D C5 50 4D 0 3B 17 86 3F 2F
Octal 55 305 120 115 0 73 27 206 77 57
Binary 101101 11000101 1010000 1001101 0 111011 10111 10000110 111111 101111

Color Harmonies of #2DC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC550

Black with #2DC550

Text Example


Text Example

White with #2DC550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,197,80); }

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

background-color css

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

 a { background-color: rgb(45,197,80); }

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

border-color css

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

 span { border-color: rgb(45,197,80); }

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