Html Css Color HEX #2DC620 Lime Green

📋 copy color: '#2DC620'

red 45 ◦ green 198 ◦ blue 32

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

Shades of Lime Green #2DC620

Tints of Lime Green #2DC620

RGB

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

 GREEN value IS 198 (77.73% from 255) = 72%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 16.36%
G = 72%
B = 11.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#2DC620 (or 0x2DC620) is known color: Lime Green. HEX triplet: 2D, C6 and 20. RGB value is (45,198,32). Sum of RGB (Red+Green+Blue) = 45+198+32=275 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.36% from 275); Green value is 198 (77.73% from 255 or 72% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC620 is #D239DF. Grayscale: #858585. Windows color (decimal): -13777376 or 2147885. OLE color: 2147885.

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

Color convert

RGB 45 198 32 -
CMYK 0.77 0 0.84 0.22
HSL 115.3º 0.72% 0.45% -
HSV(B) 115.3º 0.84% 0.78% -
XYZ 21.54 41.05 8.15 -
YUV 133.33 70.81 65 -
System Red Green Blue C M Y K H S L
Decimal 45 198 32 0.77 0 0.84 0.22 115.3 0.72 0.45
Hex 2D C6 20 4D 0 54 16 73 48 2D
Octal 55 306 40 115 0 124 26 163 110 55
Binary 101101 11000110 100000 1001101 0 1010100 10110 1110011 1001000 101101

Color Harmonies of #2DC620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC620

Black with #2DC620

Text Example


Text Example

White with #2DC620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,198,32); }

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

background-color css

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

 a { background-color: rgb(45,198,32); }

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

border-color css

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

 span { border-color: rgb(45,198,32); }

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