Html Css Color HEX #2DC140 Lime Green

📋 copy color: '#2DC140'

red 45 ◦ green 193 ◦ blue 64

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

Shades of Lime Green #2DC140

Tints of Lime Green #2DC140

RGB

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

 GREEN value IS 193 (75.78% from 255) = 63.91%

 BLUE value IS 64 (25.39% from 255) = 21.19%

R = 14.9%
G = 63.91%
B = 21.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#2DC140 (or 0x2DC140) is known color: Lime Green. HEX triplet: 2D, C1 and 40. RGB value is (45,193,64). Sum of RGB (Red+Green+Blue) = 45+193+64=302 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.90% from 302); Green value is 193 (75.78% from 255 or 63.91% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC140 is #D23EBF. Grayscale: #868686. Windows color (decimal): -13778624 or 4243757. OLE color: 4243757.

HSL color Cylindrical-coordinate representation of color #2DC140: hue angle of 127.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC140 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 64 -
CMYK 0.77 0 0.67 0.24
HSL 127.7º 0.62% 0.47% -
HSV(B) 127.7º 0.77% 0.76% -
XYZ 21.08 39.07 11.28 -
YUV 134.04 88.47 64.49 -
System Red Green Blue C M Y K H S L
Decimal 45 193 64 0.77 0 0.67 0.24 127.7 0.62 0.47
Hex 2D C1 40 4D 0 43 18 80 3E 2F
Octal 55 301 100 115 0 103 30 200 76 57
Binary 101101 11000001 1000000 1001101 0 1000011 11000 10000000 111110 101111

Color Harmonies of #2DC140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC140

Black with #2DC140

Text Example


Text Example

White with #2DC140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,193,64); }

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

background-color css

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

 a { background-color: rgb(45,193,64); }

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

border-color css

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

 span { border-color: rgb(45,193,64); }

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