Html Css Color HEX #2DC130 Lime Green

📋 copy color: '#2DC130'

red 45 ◦ green 193 ◦ blue 48

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

Shades of Lime Green #2DC130

Tints of Lime Green #2DC130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.78%

R = 15.73%
G = 67.48%
B = 16.78%

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

#2DC130 (or 0x2DC130) is known color: Lime Green. HEX triplet: 2D, C1 and 30. RGB value is (45,193,48). Sum of RGB (Red+Green+Blue) = 45+193+48=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #2DC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC130 is #D23ECF. Grayscale: #848484. Windows color (decimal): -13778640 or 3195181. OLE color: 3195181.

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

Color convert

RGB 45 193 48 -
CMYK 0.77 0 0.75 0.24
HSL 121.22º 0.62% 0.47% -
HSV(B) 121.22º 0.77% 0.76% -
XYZ 20.69 38.91 9.22 -
YUV 132.22 80.47 65.79 -
System Red Green Blue C M Y K H S L
Decimal 45 193 48 0.77 0 0.75 0.24 121.22 0.62 0.47
Hex 2D C1 30 4D 0 4B 18 79 3E 2F
Octal 55 301 60 115 0 113 30 171 76 57
Binary 101101 11000001 110000 1001101 0 1001011 11000 1111001 111110 101111

Color Harmonies of #2DC130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC130

Black with #2DC130

Text Example


Text Example

White with #2DC130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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