Html Css Color HEX #2DC848 Lime Green

📋 copy color: '#2DC848'

red 45 ◦ green 200 ◦ blue 72

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

Shades of Lime Green #2DC848

Tints of Lime Green #2DC848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 63.09%

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

R = 14.2%
G = 63.09%
B = 22.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#2DC848 (or 0x2DC848) is known color: Lime Green. HEX triplet: 2D, C8 and 48. RGB value is (45,200,72). Sum of RGB (Red+Green+Blue) = 45+200+72=317 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.20% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC848 is #D237B7. Grayscale: #8B8B8B. Windows color (decimal): -13776824 or 4769837. OLE color: 4769837.

HSL color Cylindrical-coordinate representation of color #2DC848: hue angle of 130.45º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC848 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 72 -
CMYK 0.78 0 0.64 0.22
HSL 130.45º 0.63% 0.48% -
HSV(B) 130.45º 0.78% 0.78% -
XYZ 22.91 42.33 13.09 -
YUV 139.06 90.15 60.91 -
System Red Green Blue C M Y K H S L
Decimal 45 200 72 0.78 0 0.64 0.22 130.45 0.63 0.48
Hex 2D C8 48 4E 0 40 16 82 3F 30
Octal 55 310 110 116 0 100 26 202 77 60
Binary 101101 11001000 1001000 1001110 0 1000000 10110 10000010 111111 110000

Color Harmonies of #2DC848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC848

Black with #2DC848

Text Example


Text Example

White with #2DC848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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