Html Css Color HEX #2DC020 Lime Green

📋 copy color: '#2DC020'

red 45 ◦ green 192 ◦ blue 32

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

Shades of Lime Green #2DC020

Tints of Lime Green #2DC020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.38%

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

R = 16.73%
G = 71.38%
B = 11.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#2DC020 (or 0x2DC020) is known color: Lime Green. HEX triplet: 2D, C0 and 20. RGB value is (45,192,32). Sum of RGB (Red+Green+Blue) = 45+192+32=269 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.73% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC020 is #D23FDF. Grayscale: #828282. Windows color (decimal): -13778912 or 2146349. OLE color: 2146349.

HSL color Cylindrical-coordinate representation of color #2DC020: hue angle of 115.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DC020 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 45 192 32 -
CMYK 0.77 0 0.83 0.25
HSL 115.13º 0.71% 0.44% -
HSV(B) 115.13º 0.83% 0.75% -
XYZ 20.19 38.36 7.71 -
YUV 129.81 72.8 67.51 -
System Red Green Blue C M Y K H S L
Decimal 45 192 32 0.77 0 0.83 0.25 115.13 0.71 0.44
Hex 2D C0 20 4D 0 53 19 73 47 2C
Octal 55 300 40 115 0 123 31 163 107 54
Binary 101101 11000000 100000 1001101 0 1010011 11001 1110011 1000111 101100

Color Harmonies of #2DC020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC020

Black with #2DC020

Text Example


Text Example

White with #2DC020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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