Html Css Color HEX #2DBC48 Lime Green

📋 copy color: '#2DBC48'

red 45 ◦ green 188 ◦ blue 72

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

Shades of Lime Green #2DBC48

Tints of Lime Green #2DBC48

RGB

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

 GREEN value IS 188 (73.83% from 255) = 61.64%

 BLUE value IS 72 (28.52% from 255) = 23.61%

R = 14.75%
G = 61.64%
B = 23.61%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#2DBC48 (or 0x2DBC48) is known color: Lime Green. HEX triplet: 2D, BC and 48. RGB value is (45,188,72). Sum of RGB (Red+Green+Blue) = 45+188+72=305 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.75% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DBC48 is #D243B7. Grayscale: #848484. Windows color (decimal): -13779896 or 4766765. OLE color: 4766765.

HSL color Cylindrical-coordinate representation of color #2DBC48: hue angle of 131.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC48 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 45 188 72 -
CMYK 0.76 0 0.62 0.26
HSL 131.33º 0.61% 0.46% -
HSV(B) 131.33º 0.76% 0.74% -
XYZ 20.24 36.99 12.2 -
YUV 132.02 94.12 65.93 -
System Red Green Blue C M Y K H S L
Decimal 45 188 72 0.76 0 0.62 0.26 131.33 0.61 0.46
Hex 2D BC 48 4C 0 3E 1A 83 3D 2E
Octal 55 274 110 114 0 76 32 203 75 56
Binary 101101 10111100 1001000 1001100 0 111110 11010 10000011 111101 101110

Color Harmonies of #2DBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DBC48

Black with #2DBC48

Text Example


Text Example

White with #2DBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,188,72); }

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

background-color css

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

 a { background-color: rgb(45,188,72); }

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

border-color css

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

 span { border-color: rgb(45,188,72); }

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