Html Css Color HEX #2DC72C Lime Green

📋 copy color: '#2DC72C'

red 45 ◦ green 199 ◦ blue 44

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

Shades of Lime Green #2DC72C

Tints of Lime Green #2DC72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 69.1%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 15.63%
G = 69.1%
B = 15.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#2DC72C (or 0x2DC72C) is known color: Lime Green. HEX triplet: 2D, C7 and 2C. RGB value is (45,199,44). Sum of RGB (Red+Green+Blue) = 45+199+44=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 199 (78.12% from 255 or 69.10% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC72C is #D238D3. Grayscale: #878787. Windows color (decimal): -13777108 or 2934573. OLE color: 2934573.

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

Color convert

RGB 45 199 44 -
CMYK 0.77 0 0.78 0.22
HSL 119.61º 0.64% 0.48% -
HSV(B) 119.61º 0.78% 0.78% -
XYZ 21.96 41.59 9.25 -
YUV 135.28 76.48 63.6 -
System Red Green Blue C M Y K H S L
Decimal 45 199 44 0.77 0 0.78 0.22 119.61 0.64 0.48
Hex 2D C7 2C 4D 0 4E 16 78 40 30
Octal 55 307 54 115 0 116 26 170 100 60
Binary 101101 11000111 101100 1001101 0 1001110 10110 1111000 1000000 110000

Color Harmonies of #2DC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC72C

Black with #2DC72C

Text Example


Text Example

White with #2DC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,199,44); }

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

background-color css

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

 a { background-color: rgb(45,199,44); }

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

border-color css

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

 span { border-color: rgb(45,199,44); }

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