Html Css Color HEX #2DC139 Lime Green

📋 copy color: '#2DC139'

red 45 ◦ green 193 ◦ blue 57

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

Shades of Lime Green #2DC139

Tints of Lime Green #2DC139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.32%

R = 15.25%
G = 65.42%
B = 19.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2DC139 (or 0x2DC139) is known color: Lime Green. HEX triplet: 2D, C1 and 39. RGB value is (45,193,57). Sum of RGB (Red+Green+Blue) = 45+193+57=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC139 is #D23EC6. Grayscale: #858585. Windows color (decimal): -13778631 or 3785005. OLE color: 3785005.

HSL color Cylindrical-coordinate representation of color #2DC139: hue angle of 124.86º 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 #2DC139 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 193 57 -
CMYK 0.77 0 0.70 0.24
HSL 124.86º 0.62% 0.47% -
HSV(B) 124.86º 0.77% 0.76% -
XYZ 20.89 38.99 10.3 -
YUV 133.24 84.97 65.06 -
System Red Green Blue C M Y K H S L
Decimal 45 193 57 0.77 0 0.70 0.24 124.86 0.62 0.47
Hex 2D C1 39 4D 0 46 18 7D 3E 2F
Octal 55 301 71 115 0 106 30 175 76 57
Binary 101101 11000001 111001 1001101 0 1000110 11000 1111101 111110 101111

Color Harmonies of #2DC139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC139

Black with #2DC139

Text Example


Text Example

White with #2DC139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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