Html Css Color HEX #2DC84F Lime Green

📋 copy color: '#2DC84F'

red 45 ◦ green 200 ◦ blue 79

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

Shades of Lime Green #2DC84F

Tints of Lime Green #2DC84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 13.89%
G = 61.73%
B = 24.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#2DC84F (or 0x2DC84F) is known color: Lime Green. HEX triplet: 2D, C8 and 4F. RGB value is (45,200,79). Sum of RGB (Red+Green+Blue) = 45+200+79=324 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.89% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC84F is #D237B0. Grayscale: #8C8C8C. Windows color (decimal): -13776817 or 5228589. OLE color: 5228589.

HSL color Cylindrical-coordinate representation of color #2DC84F: hue angle of 133.16º 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 #2DC84F is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 45 200 79 -
CMYK 0.78 0 0.60 0.22
HSL 133.16º 0.63% 0.48% -
HSV(B) 133.16º 0.78% 0.78% -
XYZ 23.15 42.43 14.37 -
YUV 139.86 93.65 60.34 -
System Red Green Blue C M Y K H S L
Decimal 45 200 79 0.78 0 0.60 0.22 133.16 0.63 0.48
Hex 2D C8 4F 4E 0 3C 16 85 3F 30
Octal 55 310 117 116 0 74 26 205 77 60
Binary 101101 11001000 1001111 1001110 0 111100 10110 10000101 111111 110000

Color Harmonies of #2DC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC84F

Black with #2DC84F

Text Example


Text Example

White with #2DC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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