Html Css Color HEX #2DC131 Lime Green

📋 copy color: '#2DC131'

red 45 ◦ green 193 ◦ blue 49

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

Shades of Lime Green #2DC131

Tints of Lime Green #2DC131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 15.68%
G = 67.25%
B = 17.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#2DC131 (or 0x2DC131) is known color: Lime Green. HEX triplet: 2D, C1 and 31. RGB value is (45,193,49). Sum of RGB (Red+Green+Blue) = 45+193+49=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC131 is #D23ECE. Grayscale: #848484. Windows color (decimal): -13778639 or 3260717. OLE color: 3260717.

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

Color convert

RGB 45 193 49 -
CMYK 0.77 0 0.75 0.24
HSL 121.62º 0.62% 0.47% -
HSV(B) 121.62º 0.77% 0.76% -
XYZ 20.71 38.92 9.33 -
YUV 132.33 80.97 65.71 -
System Red Green Blue C M Y K H S L
Decimal 45 193 49 0.77 0 0.75 0.24 121.62 0.62 0.47
Hex 2D C1 31 4D 0 4B 18 7A 3E 2F
Octal 55 301 61 115 0 113 30 172 76 57
Binary 101101 11000001 110001 1001101 0 1001011 11000 1111010 111110 101111

Color Harmonies of #2DC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC131

Black with #2DC131

Text Example


Text Example

White with #2DC131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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