Html Css Color HEX #2DC050 Lime Green

📋 copy color: '#2DC050'

red 45 ◦ green 192 ◦ blue 80

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

Shades of Lime Green #2DC050

Tints of Lime Green #2DC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.57%

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

R = 14.2%
G = 60.57%
B = 25.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#2DC050 (or 0x2DC050) is known color: Lime Green. HEX triplet: 2D, C0 and 50. RGB value is (45,192,80). Sum of RGB (Red+Green+Blue) = 45+192+80=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC050 is #D23FAF. Grayscale: #878787. Windows color (decimal): -13778864 or 5292077. OLE color: 5292077.

HSL color Cylindrical-coordinate representation of color #2DC050: hue angle of 134.29º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC050 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 80 -
CMYK 0.77 0 0.58 0.25
HSL 134.29º 0.62% 0.46% -
HSV(B) 134.29º 0.77% 0.75% -
XYZ 21.38 38.84 13.96 -
YUV 135.28 96.8 63.61 -
System Red Green Blue C M Y K H S L
Decimal 45 192 80 0.77 0 0.58 0.25 134.29 0.62 0.46
Hex 2D C0 50 4D 0 3A 19 86 3E 2E
Octal 55 300 120 115 0 72 31 206 76 56
Binary 101101 11000000 1010000 1001101 0 111010 11001 10000110 111110 101110

Color Harmonies of #2DC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC050

Black with #2DC050

Text Example


Text Example

White with #2DC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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